#B04DCC

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

Shades of Medium Orchid #B04DCC

Tints of Medium Orchid #B04DCC

Color information

#B04DCC (or 0xB04DCC) is unknown color: approx Medium Orchid. HEX triplet: B0, 4D and CC. RGB value is (176,77,204). Sum of RGB (Red+Green+Blue) = 176+77+204=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #B04DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DCC is #4FB233. Grayscale: #787878. Windows color (decimal): -5222964 or 13389232. OLE color: 13389232.

HSL color Cylindrical-coordinate representation of color #B04DCC: hue angle of 286.77º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04DCC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17677204-
CMYK0.140.6200.2
HSL286.77º55.46%55.1%-
HSV(B)286.77º62.25%80%-
XYZ31.4618.959.12-
YUV121.08174.8167.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.51%
GREEN value IS 77 (30.47% from 255) = 16.85%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=38.51%
G=16.85%
B=44.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176772040.140.6200.2286.7755.4655.1
HexB04DCCE3E01411f3737
Octal26011531416760244376767
Binary101100001001101110011001110111110010100100011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04DCC; }

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

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

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

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

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

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

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

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