#B729CC

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

Shades of Dark Orchid #B729CC

Tints of Dark Orchid #B729CC

Color information

#B729CC (or 0xB729CC) is unknown color: approx Dark Orchid. HEX triplet: B7, 29 and CC. RGB value is (183,41,204). Sum of RGB (Red+Green+Blue) = 183+41+204=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #B729CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B729CC is #48D633. Grayscale: #656565. Windows color (decimal): -4773428 or 13380023. OLE color: 13380023.

HSL color Cylindrical-coordinate representation of color #B729CC: hue angle of 292.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B729CC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18341204-
CMYK0.100.8000.2
HSL292.27º66.53%48.04%-
HSV(B)292.27º79.9%80%-
XYZ31.2216.0158.57-
YUV102.04185.54185.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 41 (16.41% from 255) = 9.58%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=42.76%
G=9.58%
B=47.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183412040.100.8000.2292.2766.5348.04
HexB729CCA500141244330
Octal267513141212002444410360
Binary1011011110100111001100101010100000101001001001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729CC; }

 p { color: rgb(183,41,204); }

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

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

 a { background-color: rgb(183,41,204); }

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

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

 span { border-color: rgb(183,41,204); }

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