Html Css Color HEX #B52EEC Dark Orchid

📋 copy color: '#B52EEC'

red 181 ◦ green 46 ◦ blue 236

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

Shades of Dark Orchid #B52EEC

Tints of Dark Orchid #B52EEC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.94%

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

R = 39.09%
G = 9.94%
B = 50.97%

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

#B52EEC (or 0xB52EEC) is known color: Dark Orchid. HEX triplet: B5, 2E and EC. RGB value is (181,46,236). Sum of RGB (Red+Green+Blue) = 181+46+236=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 46 (18.36% from 255 or 9.94% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #B52EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52EEC is #4AD113. Grayscale: #6B6B6B. Windows color (decimal): -4903188 or 15478453. OLE color: 15478453.

HSL color Cylindrical-coordinate representation of color #B52EEC: hue angle of 282.63º 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 #B52EEC is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 46 236 -
CMYK 0.23 0.81 0 0.07
HSL 282.63º 0.83% 0.55% -
HSV(B) 282.63º 0.81% 0.93% -
XYZ 35.17 17.83 80.95 -
YUV 108.03 200.23 180.05 -
System Red Green Blue C M Y K H S L
Decimal 181 46 236 0.23 0.81 0 0.07 282.63 0.83 0.55
Hex B5 2E EC 17 51 0 7 11B 53 37
Octal 265 56 354 27 121 0 7 433 123 67
Binary 10110101 101110 11101100 10111 1010001 0 111 100011011 1010011 110111

Color Harmonies of #B52EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EEC

Black with #B52EEC

Text Example


Text Example

White with #B52EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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