Html Css Color HEX #B52AE0 Dark Orchid

📋 copy color: '#B52AE0'

red 181 ◦ green 42 ◦ blue 224

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

Shades of Dark Orchid #B52AE0

Tints of Dark Orchid #B52AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 40.49%
G = 9.4%
B = 50.11%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B52AE0 (or 0xB52AE0) is known color: Dark Orchid. HEX triplet: B5, 2A and E0. RGB value is (181,42,224). Sum of RGB (Red+Green+Blue) = 181+42+224=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #B52AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52AE0 is #4AD51F. Grayscale: #676767. Windows color (decimal): -4904224 or 14690997. OLE color: 14690997.

HSL color Cylindrical-coordinate representation of color #B52AE0: hue angle of 285.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52AE0 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 42 224 -
CMYK 0.19 0.81 0 0.12
HSL 285.82º 0.75% 0.52% -
HSV(B) 285.82º 0.81% 0.88% -
XYZ 33.34 16.86 72.02 -
YUV 104.31 195.55 182.7 -
System Red Green Blue C M Y K H S L
Decimal 181 42 224 0.19 0.81 0 0.12 285.82 0.75 0.52
Hex B5 2A E0 13 51 0 C 11E 4B 34
Octal 265 52 340 23 121 0 14 436 113 64
Binary 10110101 101010 11100000 10011 1010001 0 1100 100011110 1001011 110100

Color Harmonies of #B52AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52AE0

Black with #B52AE0

Text Example


Text Example

White with #B52AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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