Html Css Color HEX #B52DEC Dark Orchid

📋 copy color: '#B52DEC'

red 181 ◦ green 45 ◦ blue 236

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

Shades of Dark Orchid #B52DEC

Tints of Dark Orchid #B52DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.74%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 39.18%
G = 9.74%
B = 51.08%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B52DEC (or 0xB52DEC) is known color: Dark Orchid. HEX triplet: B5, 2D and EC. RGB value is (181,45,236). Sum of RGB (Red+Green+Blue) = 181+45+236=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #B52DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52DEC is #4AD213. Grayscale: #6A6A6A. Windows color (decimal): -4903444 or 15478197. OLE color: 15478197.

HSL color Cylindrical-coordinate representation of color #B52DEC: hue angle of 282.72º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52DEC is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 45 236 -
CMYK 0.23 0.81 0 0.07
HSL 282.72º 0.83% 0.55% -
HSV(B) 282.72º 0.81% 0.93% -
XYZ 35.13 17.76 80.93 -
YUV 107.44 200.56 180.47 -
System Red Green Blue C M Y K H S L
Decimal 181 45 236 0.23 0.81 0 0.07 282.72 0.83 0.55
Hex B5 2D EC 17 51 0 7 11B 53 37
Octal 265 55 354 27 121 0 7 433 123 67
Binary 10110101 101101 11101100 10111 1010001 0 111 100011011 1010011 110111

Color Harmonies of #B52DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DEC

Black with #B52DEC

Text Example


Text Example

White with #B52DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DEC; }

 p { color: rgb(181,45,236); }

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

background-color css

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

 a { background-color: rgb(181,45,236); }

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

border-color css

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

 span { border-color: rgb(181,45,236); }

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