Html Css Color HEX #B52ADF Dark Orchid

📋 copy color: '#B52ADF'

red 181 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #B52ADF

Tints of Dark Orchid #B52ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50%

R = 40.58%
G = 9.42%
B = 50%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52ADF (or 0xB52ADF) is known color: Dark Orchid. HEX triplet: B5, 2A and DF. RGB value is (181,42,223). Sum of RGB (Red+Green+Blue) = 181+42+223=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 42 (16.80% from 255 or 9.42% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #B52ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ADF is #4AD520. Grayscale: #676767. Windows color (decimal): -4904225 or 14625461. OLE color: 14625461.

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

Color convert

RGB 181 42 223 -
CMYK 0.19 0.81 0 0.13
HSL 286.08º 0.74% 0.52% -
HSV(B) 286.08º 0.81% 0.87% -
XYZ 33.2 16.81 71.31 -
YUV 104.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 181 42 223 0.19 0.81 0 0.13 286.08 0.74 0.52
Hex B5 2A DF 13 51 0 D 11E 4A 34
Octal 265 52 337 23 121 0 15 436 112 64
Binary 10110101 101010 11011111 10011 1010001 0 1101 100011110 1001010 110100

Color Harmonies of #B52ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ADF

Black with #B52ADF

Text Example


Text Example

White with #B52ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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