Html Css Color HEX #B10CEC Electric Purple

📋 copy color: '#B10CEC'

red 177 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #B10CEC

Tints of Electric Purple #B10CEC

RGB

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

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

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

R = 41.65%
G = 2.82%
B = 55.53%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B10CEC (or 0xB10CEC) is known color: Electric Purple. HEX triplet: B1, 0C and EC. RGB value is (177,12,236). Sum of RGB (Red+Green+Blue) = 177+12+236=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #B10CEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CEC is #4EF313. Grayscale: #565656. Windows color (decimal): -5174036 or 15469745. OLE color: 15469745.

HSL color Cylindrical-coordinate representation of color #B10CEC: hue angle of 284.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10CEC is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 12 236 -
CMYK 0.25 0.95 0 0.07
HSL 284.2º 0.9% 0.49% -
HSV(B) 284.2º 0.95% 0.93% -
XYZ 33.4 15.67 80.62 -
YUV 86.87 212.16 192.29 -
System Red Green Blue C M Y K H S L
Decimal 177 12 236 0.25 0.95 0 0.07 284.2 0.9 0.49
Hex B1 C EC 19 5F 0 7 11C 5A 31
Octal 261 14 354 31 137 0 7 434 132 61
Binary 10110001 1100 11101100 11001 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B10CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CEC

Black with #B10CEC

Text Example


Text Example

White with #B10CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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