Html Css Color HEX #B52ADE Dark Orchid

📋 copy color: '#B52ADE'

red 181 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #B52ADE

Tints of Dark Orchid #B52ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 40.67%
G = 9.44%
B = 49.89%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52ADE (or 0xB52ADE) is known color: Dark Orchid. HEX triplet: B5, 2A and DE. RGB value is (181,42,222). Sum of RGB (Red+Green+Blue) = 181+42+222=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #B52ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ADE is #4AD521. Grayscale: #676767. Windows color (decimal): -4904226 or 14559925. OLE color: 14559925.

HSL color Cylindrical-coordinate representation of color #B52ADE: hue angle of 286.33º degrees, saturation: 0.73, 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 #B52ADE is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 42 222 -
CMYK 0.18 0.81 0 0.13
HSL 286.33º 0.73% 0.52% -
HSV(B) 286.33º 0.81% 0.87% -
XYZ 33.07 16.75 70.6 -
YUV 104.08 194.55 182.86 -
System Red Green Blue C M Y K H S L
Decimal 181 42 222 0.18 0.81 0 0.13 286.33 0.73 0.52
Hex B5 2A DE 12 51 0 D 11E 49 34
Octal 265 52 336 22 121 0 15 436 111 64
Binary 10110101 101010 11011110 10010 1010001 0 1101 100011110 1001001 110100

Color Harmonies of #B52ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52ADE

Black with #B52ADE

Text Example


Text Example

White with #B52ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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