#B04CC7

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

Shades of Medium Orchid #B04CC7

Tints of Medium Orchid #B04CC7

Color information

#B04CC7 (or 0xB04CC7) is unknown color: approx Medium Orchid. HEX triplet: B0, 4C and C7. RGB value is (176,76,199). Sum of RGB (Red+Green+Blue) = 176+76+199=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 199 (78.12% from 255 or 44.12% from 451); Max value from RGB is 199 - color contains mainly: blue. Hex color #B04CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04CC7 is #4FB338. Grayscale: #777777. Windows color (decimal): -5223225 or 13061296. OLE color: 13061296.

HSL color Cylindrical-coordinate representation of color #B04CC7: hue angle of 288.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04CC7 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17676199-
CMYK0.120.6200.22
HSL288.78º52.34%53.92%-
HSV(B)288.78º61.81%78.04%-
XYZ30.818.5255.98-
YUV119.92172.63168-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 199 (78.12% from 255) = 44.12%
R=39.02%
G=16.85%
B=44.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176761990.120.6200.22288.7852.3453.92
HexB04CC7C3E0161213436
Octal26011430714760264416466
Binary101100001001100110001111100111110010110100100001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04CC7; }

 p { color: rgb(176,76,199); }

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

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

 a { background-color: rgb(176,76,199); }

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

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

 span { border-color: rgb(176,76,199); }

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