Html Css Color HEX #B52CCB Dark Orchid

📋 copy color: '#B52CCB'

red 181 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #B52CCB

Tints of Dark Orchid #B52CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 42.29%
G = 10.28%
B = 47.43%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B52CCB (or 0xB52CCB) is known color: Dark Orchid. HEX triplet: B5, 2C and CB. RGB value is (181,44,203). Sum of RGB (Red+Green+Blue) = 181+44+203=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #B52CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52CCB is #4AD334. Grayscale: #666666. Windows color (decimal): -4903733 or 13315253. OLE color: 13315253.

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

Color convert

RGB 181 44 203 -
CMYK 0.11 0.78 0 0.20
HSL 291.7º 0.64% 0.48% -
HSV(B) 291.7º 0.78% 0.8% -
XYZ 30.74 15.94 57.96 -
YUV 103.09 184.39 183.57 -
System Red Green Blue C M Y K H S L
Decimal 181 44 203 0.11 0.78 0 0.20 291.7 0.64 0.48
Hex B5 2C CB B 4E 0 14 124 40 30
Octal 265 54 313 13 116 0 24 444 100 60
Binary 10110101 101100 11001011 1011 1001110 0 10100 100100100 1000000 110000

Color Harmonies of #B52CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CCB

Black with #B52CCB

Text Example


Text Example

White with #B52CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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