Html Css Color HEX #B10CFF Electric Purple

📋 copy color: '#B10CFF'

red 177 ◦ green 12 ◦ blue 255

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

Shades of Electric Purple #B10CFF

Tints of Electric Purple #B10CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.7%

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

R = 39.86%
G = 2.7%
B = 57.43%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B10CFF (or 0xB10CFF) is known color: Electric Purple. HEX triplet: B1, 0C and FF. RGB value is (177,12,255). Sum of RGB (Red+Green+Blue) = 177+12+255=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #B10CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CFF is #4EF300. Grayscale: #585858. Windows color (decimal): -5174017 or 16714929. OLE color: 16714929.

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

Color convert

RGB 177 12 255 -
CMYK 0.31 0.95 0 0
HSL 280.74º 1% 0.52% -
HSV(B) 280.74º 0.95% 1% -
XYZ 36.31 16.83 95.94 -
YUV 89.04 221.66 190.74 -
System Red Green Blue C M Y K H S L
Decimal 177 12 255 0.31 0.95 0 0 280.74 1 0.52
Hex B1 C FF 1F 5F 0 0 119 64 34
Octal 261 14 377 37 137 0 0 431 144 64
Binary 10110001 1100 11111111 11111 1011111 0 0 100011001 1100100 110100

Color Harmonies of #B10CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CFF

Black with #B10CFF

Text Example


Text Example

White with #B10CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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