Html Css Color HEX #B529CC Dark Orchid

📋 copy color: '#B529CC'

red 181 ◦ green 41 ◦ blue 204

#B529CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B529CC

Tints of Dark Orchid #B529CC

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 value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B529CC (or 0xB529CC) is known color: 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

RGB 181 41 204 -
CMYK 0.11 0.80 0 0.2
HSL 291.53º 0.67% 0.48% -
HSV(B) 291.53º 0.8% 0.8% -
XYZ 30.75 15.77 58.55 -
YUV 101.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 181 41 204 0.11 0.80 0 0.2 291.53 0.67 0.48
Hex B5 29 CC B 50 0 14 124 43 30
Octal 265 51 314 13 120 0 24 444 103 60
Binary 10110101 101001 11001100 1011 1010000 0 10100 100100100 1000011 110000

Color Harmonies of #B529CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529CC

Black with #B529CC

Text Example


Text Example

White with #B529CC

Text Example


Text Example

HTML Codes & Css Web 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>