Html Css Color HEX #B102EC Electric Purple

📋 copy color: '#B102EC'

red 177 ◦ green 2 ◦ blue 236

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

Shades of Electric Purple #B102EC

Tints of Electric Purple #B102EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 42.65%
G = 0.48%
B = 56.87%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B102EC (or 0xB102EC) is known color: Electric Purple. HEX triplet: B1, 02 and EC. RGB value is (177,2,236). Sum of RGB (Red+Green+Blue) = 177+2+236=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #B102EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102EC is #4EFD13. Grayscale: #505050. Windows color (decimal): -5176596 or 15467185. OLE color: 15467185.

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

Color convert

RGB 177 2 236 -
CMYK 0.25 0.99 0 0.07
HSL 284.87º 0.98% 0.47% -
HSV(B) 284.87º 0.99% 0.93% -
XYZ 33.29 15.45 80.58 -
YUV 81 215.48 196.47 -
System Red Green Blue C M Y K H S L
Decimal 177 2 236 0.25 0.99 0 0.07 284.87 0.98 0.47
Hex B1 2 EC 19 63 0 7 11D 62 2F
Octal 261 2 354 31 143 0 7 435 142 57
Binary 10110001 10 11101100 11001 1100011 0 111 100011101 1100010 101111

Color Harmonies of #B102EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B102EC

Black with #B102EC

Text Example


Text Example

White with #B102EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B102EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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