Html Css Color HEX #B52CC9 Dark Orchid

📋 copy color: '#B52CC9'

red 181 ◦ green 44 ◦ blue 201

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

Shades of Dark Orchid #B52CC9

Tints of Dark Orchid #B52CC9

RGB

 RED value IS 181 (71.09% from 255) = 42.49%

 GREEN value IS 44 (17.58% from 255) = 10.33%

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 42.49%
G = 10.33%
B = 47.18%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B52CC9 (or 0xB52CC9) is known color: Dark Orchid. HEX triplet: B5, 2C and C9. RGB value is (181,44,201). Sum of RGB (Red+Green+Blue) = 181+44+201=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #B52CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CC9 is #4AD336. Grayscale: #666666. Windows color (decimal): -4903735 or 13184181. OLE color: 13184181.

HSL color Cylindrical-coordinate representation of color #B52CC9: hue angle of 292.36º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52CC9 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 44 201 -
CMYK 0.10 0.78 0 0.21
HSL 292.36º 0.64% 0.48% -
HSV(B) 292.36º 0.78% 0.79% -
XYZ 30.5 15.84 56.71 -
YUV 102.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 181 44 201 0.10 0.78 0 0.21 292.36 0.64 0.48
Hex B5 2C C9 A 4E 0 15 124 40 30
Octal 265 54 311 12 116 0 25 444 100 60
Binary 10110101 101100 11001001 1010 1001110 0 10101 100100100 1000000 110000

Color Harmonies of #B52CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CC9

Black with #B52CC9

Text Example


Text Example

White with #B52CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CC9; }

 p { color: rgb(181,44,201); }

 H1.HeaderClassName
 {
   color: #B52CC9;
 }
 .AnyTagClassName
 {
   color: #B52CC9;
 }
</style>

background-color css

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

 a { background-color: rgb(181,44,201); }

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

border-color css

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

 span { border-color: rgb(181,44,201); }

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