Html Css Color HEX #B122EE Electric Purple

📋 copy color: '#B122EE'

red 177 ◦ green 34 ◦ blue 238

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

Shades of Electric Purple #B122EE

Tints of Electric Purple #B122EE

RGB

 RED value IS 177 (69.53% from 255) = 39.42%

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

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

R = 39.42%
G = 7.57%
B = 53.01%

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

#B122EE (or 0xB122EE) is known color: Electric Purple. HEX triplet: B1, 22 and EE. RGB value is (177,34,238). Sum of RGB (Red+Green+Blue) = 177+34+238=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #B122EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B122EE is #4EDD11. Grayscale: #636363. Windows color (decimal): -5168402 or 15606449. OLE color: 15606449.

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

Color convert

RGB 177 34 238 -
CMYK 0.26 0.86 0 0.07
HSL 282.06º 0.86% 0.53% -
HSV(B) 282.06º 0.86% 0.93% -
XYZ 34.14 16.66 82.31 -
YUV 100.01 205.88 182.91 -
System Red Green Blue C M Y K H S L
Decimal 177 34 238 0.26 0.86 0 0.07 282.06 0.86 0.53
Hex B1 22 EE 1A 56 0 7 11A 56 35
Octal 261 42 356 32 126 0 7 432 126 65
Binary 10110001 100010 11101110 11010 1010110 0 111 100011010 1010110 110101

Color Harmonies of #B122EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122EE

Black with #B122EE

Text Example


Text Example

White with #B122EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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