#B529CC

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

Shades of Dark Orchid #B529CC

Tints of Dark Orchid #B529CC

Color information

#B529CC (or 0xB529CC) is unknown color: approx Dark Orchid. HEX triplet: B5, 29 and CC. RGB value is (181,41,204). Sum of RGB (Red+Green+Blue) = 181+41+204=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #B529CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529CC is #4AD633. Grayscale: #646464. Windows color (decimal): -4904500 or 13380021. OLE color: 13380021.

HSL color Cylindrical-coordinate representation of color #B529CC: hue angle of 291.53º 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 #B529CC is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18141204-
CMYK0.110.8000.2
HSL291.53º66.53%48.04%-
HSV(B)291.53º79.9%80%-
XYZ30.7515.7758.55-
YUV101.44185.88184.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 41 (16.41% from 255) = 9.62%
BLUE value IS 204 (80.08% from 255) = 47.89%
R=42.49%
G=9.62%
B=47.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181412040.110.8000.2291.5366.5348.04
HexB529CCB500141244330
Octal265513141312002444410360
Binary1011010110100111001100101110100000101001001001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B529CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B529CC; }

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

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

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

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

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

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

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

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