#B04DD8

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

Shades of Medium Orchid #B04DD8

Tints of Medium Orchid #B04DD8

Color information

#B04DD8 (or 0xB04DD8) is unknown color: approx Medium Orchid. HEX triplet: B0, 4D and D8. RGB value is (176,77,216). Sum of RGB (Red+Green+Blue) = 176+77+216=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #B04DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DD8 is #4FB227. Grayscale: #797979. Windows color (decimal): -5222952 or 14175664. OLE color: 14175664.

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

Color convert

RGB17677216-
CMYK0.190.6400.15
HSL282.73º64.06%57.45%-
HSV(B)282.73º64.35%84.71%-
XYZ32.9519.566.99-
YUV122.45180.8166.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 216 (84.77% from 255) = 46.06%
R=37.53%
G=16.42%
B=46.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176772160.190.6400.15282.7364.0657.45
HexB04DD813400F11b4039
Octal2601153302310001743310071
Binary10110000100110111011000100111000000011111000110111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04DD8; }

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

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

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

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

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

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

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

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