Html Css Color HEX #B52EE2 Dark Orchid

📋 copy color: '#B52EE2'

red 181 ◦ green 46 ◦ blue 226

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

Shades of Dark Orchid #B52EE2

Tints of Dark Orchid #B52EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 49.89%

R = 39.96%
G = 10.15%
B = 49.89%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B52EE2 (or 0xB52EE2) is known color: Dark Orchid. HEX triplet: B5, 2E and E2. RGB value is (181,46,226). Sum of RGB (Red+Green+Blue) = 181+46+226=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 226 (88.67% from 255 or 49.89% from 453); Max value from RGB is 226 - color contains mainly: blue. Hex color #B52EE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EE2 is #4AD11D. Grayscale: #6A6A6A. Windows color (decimal): -4903198 or 14823093. OLE color: 14823093.

HSL color Cylindrical-coordinate representation of color #B52EE2: hue angle of 285º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52EE2 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 46 226 -
CMYK 0.20 0.80 0 0.11
HSL 285º 0.76% 0.53% -
HSV(B) 285º 0.8% 0.89% -
XYZ 33.76 17.27 73.51 -
YUV 106.89 195.23 180.86 -
System Red Green Blue C M Y K H S L
Decimal 181 46 226 0.20 0.80 0 0.11 285 0.76 0.53
Hex B5 2E E2 14 50 0 B 11D 4C 35
Octal 265 56 342 24 120 0 13 435 114 65
Binary 10110101 101110 11100010 10100 1010000 0 1011 100011101 1001100 110101

Color Harmonies of #B52EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EE2

Black with #B52EE2

Text Example


Text Example

White with #B52EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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