Html Css Color HEX #B102FF Electric Purple

📋 copy color: '#B102FF'

red 177 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #B102FF

Tints of Electric Purple #B102FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 40.78%
G = 0.46%
B = 58.76%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B102FF (or 0xB102FF) is known color: Electric Purple. HEX triplet: B1, 02 and FF. RGB value is (177,2,255). Sum of RGB (Red+Green+Blue) = 177+2+255=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #B102FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102FF is #4EFD00. Grayscale: #525252. Windows color (decimal): -5176577 or 16712369. OLE color: 16712369.

HSL color Cylindrical-coordinate representation of color #B102FF: hue angle of 281.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102FF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 2 255 -
CMYK 0.31 0.99 0 0
HSL 281.5º 1% 0.5% -
HSV(B) 281.5º 0.99% 1% -
XYZ 36.2 16.61 95.91 -
YUV 83.17 224.98 194.93 -
System Red Green Blue C M Y K H S L
Decimal 177 2 255 0.31 0.99 0 0 281.5 1 0.5
Hex B1 2 FF 1F 63 0 0 11A 64 32
Octal 261 2 377 37 143 0 0 432 144 62
Binary 10110001 10 11111111 11111 1100011 0 0 100011010 1100100 110010

Color Harmonies of #B102FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B102FF

Black with #B102FF

Text Example


Text Example

White with #B102FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B102FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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