Html Css Color HEX #B52ACB Dark Orchid

📋 copy color: '#B52ACB'

red 181 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #B52ACB

Tints of Dark Orchid #B52ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.86%

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

R = 42.49%
G = 9.86%
B = 47.65%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B52ACB (or 0xB52ACB) is known color: Dark Orchid. HEX triplet: B5, 2A and CB. RGB value is (181,42,203). Sum of RGB (Red+Green+Blue) = 181+42+203=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #B52ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ACB is #4AD534. Grayscale: #656565. Windows color (decimal): -4904245 or 13314741. OLE color: 13314741.

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

Color convert

RGB 181 42 203 -
CMYK 0.11 0.79 0 0.20
HSL 291.8º 0.66% 0.48% -
HSV(B) 291.8º 0.79% 0.8% -
XYZ 30.66 15.79 57.93 -
YUV 101.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 181 42 203 0.11 0.79 0 0.20 291.8 0.66 0.48
Hex B5 2A CB B 4F 0 14 124 42 30
Octal 265 52 313 13 117 0 24 444 102 60
Binary 10110101 101010 11001011 1011 1001111 0 10100 100100100 1000010 110000

Color Harmonies of #B52ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ACB

Black with #B52ACB

Text Example


Text Example

White with #B52ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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