#b04bd8

Color #B04BD8 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B04BD8

Tints of Medium Orchid #B04BD8

Color information

#B04BD8 (or 0xB04BD8) is unknown color: approx Medium Orchid. HEX triplet: B0, 4B and D8. RGB value is (176,75,216). Sum of RGB (Red+Green+Blue) = 176+75+216=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #B04BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BD8 is #4FB427. Grayscale: #787878. Windows color (decimal): -5223464 or 14175152. OLE color: 14175152.

HSL color Cylindrical-coordinate representation of color #B04BD8: hue angle of 282.98º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04BD8 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17675216-
CMYK0.190.6500.15
HSL282.98º64.38%57.06%-
HSV(B)282.98º65.28%84.71%-
XYZ32.8219.2266.95-
YUV121.27181.46167.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 75 (29.69% from 255) = 16.06%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=37.69%
G=16.06%
B=46.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176752160.190.6500.15282.9864.3857.06
HexB04BD813410F11b4039
Octal2601133302310101743310071
Binary10110000100101111011000100111000001011111000110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b04bd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b04bd8; }

 p { color: rgb(176,75,216); }

 H1.HeaderClassName
 {
   color: #b04bd8;
 }
 .AnyTagClassName
 {
   color: #b04bd8;
 }
</style>
background-color css

<style>
 a { background-color: #b04bd8; }

 a { background-color: rgb(176,75,216); }

 div.DivClassName
 {
   background-color: #b04bd8;
 }
 .BgClassName
 {
   background-color: #b04bd8;
 }
</style>
border-color css

<style>
 span { border-color: #b04bd8; }

 span { border-color: rgb(176,75,216); }

 td.TdClassName
 {
   border-color: #b04bd8;
 }
 .TagClassName
 {
   border-color: #b04bd8;
 }
</style>