Html Css Color HEX #B102EE Electric Purple

📋 copy color: '#B102EE'

red 177 ◦ green 2 ◦ blue 238

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

Shades of Electric Purple #B102EE

Tints of Electric Purple #B102EE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 42.45%
G = 0.48%
B = 57.07%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B102EE (or 0xB102EE) is known color: Electric Purple. HEX triplet: B1, 02 and EE. RGB value is (177,2,238). Sum of RGB (Red+Green+Blue) = 177+2+238=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #B102EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102EE is #4EFD11. Grayscale: #505050. Windows color (decimal): -5176594 or 15598257. OLE color: 15598257.

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

Color convert

RGB 177 2 238 -
CMYK 0.26 0.99 0 0.07
HSL 284.49º 0.98% 0.47% -
HSV(B) 284.49º 0.99% 0.93% -
XYZ 33.59 15.56 82.12 -
YUV 81.23 216.48 196.31 -
System Red Green Blue C M Y K H S L
Decimal 177 2 238 0.26 0.99 0 0.07 284.49 0.98 0.47
Hex B1 2 EE 1A 63 0 7 11C 62 2F
Octal 261 2 356 32 143 0 7 434 142 57
Binary 10110001 10 11101110 11010 1100011 0 111 100011100 1100010 101111

Color Harmonies of #B102EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B102EE

Black with #B102EE

Text Example


Text Example

White with #B102EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B102EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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