Html Css Color HEX #B10FFC Electric Purple

📋 copy color: '#B10FFC'

red 177 ◦ green 15 ◦ blue 252

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

Shades of Electric Purple #B10FFC

Tints of Electric Purple #B10FFC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.38%

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 39.86%
G = 3.38%
B = 56.76%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B10FFC (or 0xB10FFC) is known color: Electric Purple. HEX triplet: B1, 0F and FC. RGB value is (177,15,252). Sum of RGB (Red+Green+Blue) = 177+15+252=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #B10FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10FFC is #4EF003. Grayscale: #595959. Windows color (decimal): -5173252 or 16519089. OLE color: 16519089.

HSL color Cylindrical-coordinate representation of color #B10FFC: hue angle of 281.01º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10FFC is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 15 252 -
CMYK 0.30 0.94 0 0.01
HSL 281.01º 0.98% 0.52% -
HSV(B) 281.01º 0.94% 0.99% -
XYZ 35.87 16.72 93.43 -
YUV 90.46 219.17 189.73 -
System Red Green Blue C M Y K H S L
Decimal 177 15 252 0.30 0.94 0 0.01 281.01 0.98 0.52
Hex B1 F FC 1E 5E 0 1 119 62 34
Octal 261 17 374 36 136 0 1 431 142 64
Binary 10110001 1111 11111100 11110 1011110 0 1 100011001 1100010 110100

Color Harmonies of #B10FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10FFC

Black with #B10FFC

Text Example


Text Example

White with #B10FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10FFC; }

 p { color: rgb(177,15,252); }

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

background-color css

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

 a { background-color: rgb(177,15,252); }

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

border-color css

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

 span { border-color: rgb(177,15,252); }

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