Html Css Color HEX #B022EE Electric Purple

📋 copy color: '#B022EE'

red 176 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #B022EE

Tints of Electric Purple #B022EE

RGB

 RED value IS 176 (69.14% from 255) = 39.29%

 GREEN value IS 34 (13.67% from 255) = 7.59%

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

R = 39.29%
G = 7.59%
B = 53.13%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B022EE (or 0xB022EE) is known color: Electric Purple. HEX triplet: B0, 22 and EE. RGB value is (176,34,238). Sum of RGB (Red+Green+Blue) = 176+34+238=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #B022EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B022EE is #4FDD11. Grayscale: #636363. Windows color (decimal): -5233938 or 15606448. OLE color: 15606448.

HSL color Cylindrical-coordinate representation of color #B022EE: hue angle of 281.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B022EE is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 34 238 -
CMYK 0.26 0.86 0 0.07
HSL 281.76º 0.86% 0.53% -
HSV(B) 281.76º 0.86% 0.93% -
XYZ 33.91 16.55 82.3 -
YUV 99.71 206.04 182.41 -
System Red Green Blue C M Y K H S L
Decimal 176 34 238 0.26 0.86 0 0.07 281.76 0.86 0.53
Hex B0 22 EE 1A 56 0 7 11A 56 35
Octal 260 42 356 32 126 0 7 432 126 65
Binary 10110000 100010 11101110 11010 1010110 0 111 100011010 1010110 110101

Color Harmonies of #B022EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022EE

Black with #B022EE

Text Example


Text Example

White with #B022EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022EE; }

 p { color: rgb(176,34,238); }

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

background-color css

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

 a { background-color: rgb(176,34,238); }

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

border-color css

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

 span { border-color: rgb(176,34,238); }

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