Html Css Color HEX #B52EEE Dark Orchid

📋 copy color: '#B52EEE'

red 181 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #B52EEE

Tints of Dark Orchid #B52EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.18%

R = 38.92%
G = 9.89%
B = 51.18%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B52EEE (or 0xB52EEE) is known color: Dark Orchid. HEX triplet: B5, 2E and EE. RGB value is (181,46,238). Sum of RGB (Red+Green+Blue) = 181+46+238=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #B52EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52EEE is #4AD111. Grayscale: #6B6B6B. Windows color (decimal): -4903186 or 15609525. OLE color: 15609525.

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

Color convert

RGB 181 46 238 -
CMYK 0.24 0.81 0 0.07
HSL 282.19º 0.85% 0.56% -
HSV(B) 282.19º 0.81% 0.93% -
XYZ 35.47 17.95 82.48 -
YUV 108.25 201.23 179.89 -
System Red Green Blue C M Y K H S L
Decimal 181 46 238 0.24 0.81 0 0.07 282.19 0.85 0.56
Hex B5 2E EE 18 51 0 7 11A 55 38
Octal 265 56 356 30 121 0 7 432 125 70
Binary 10110101 101110 11101110 11000 1010001 0 111 100011010 1010101 111000

Color Harmonies of #B52EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EEE

Black with #B52EEE

Text Example


Text Example

White with #B52EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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