#B04BD2

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

Shades of Medium Orchid #B04BD2

Tints of Medium Orchid #B04BD2

Color information

#B04BD2 (or 0xB04BD2) is unknown color: approx Medium Orchid. HEX triplet: B0, 4B and D2. RGB value is (176,75,210). Sum of RGB (Red+Green+Blue) = 176+75+210=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #B04BD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BD2 is #4FB42D. Grayscale: #787878. Windows color (decimal): -5223470 or 13781936. OLE color: 13781936.

HSL color Cylindrical-coordinate representation of color #B04BD2: hue angle of 284.89º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04BD2 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17675210-
CMYK0.160.6400.18
HSL284.89º60%55.88%-
HSV(B)284.89º64.29%82.35%-
XYZ32.0518.9262.93-
YUV120.59178.46167.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 75 (29.69% from 255) = 16.27%
BLUE value IS 210 (82.42% from 255) = 45.55%
R=38.18%
G=16.27%
B=45.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176752100.160.6400.18284.896055.88
HexB04BD2104001211d3c38
Octal260113322201000224357470
Binary10110000100101111010010100001000000010010100011101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04BD2; }

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

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

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

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

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

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

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

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