Html Css Color HEX #B10CEE Electric Purple

📋 copy color: '#B10CEE'

red 177 ◦ green 12 ◦ blue 238

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

Shades of Electric Purple #B10CEE

Tints of Electric Purple #B10CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.74%

R = 41.45%
G = 2.81%
B = 55.74%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B10CEE (or 0xB10CEE) is known color: Electric Purple. HEX triplet: B1, 0C and EE. RGB value is (177,12,238). Sum of RGB (Red+Green+Blue) = 177+12+238=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #B10CEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10CEE is #4EF311. Grayscale: #565656. Windows color (decimal): -5174034 or 15600817. OLE color: 15600817.

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

Color convert

RGB 177 12 238 -
CMYK 0.26 0.95 0 0.07
HSL 283.81º 0.9% 0.49% -
HSV(B) 283.81º 0.95% 0.93% -
XYZ 33.7 15.78 82.16 -
YUV 87.1 213.16 192.12 -
System Red Green Blue C M Y K H S L
Decimal 177 12 238 0.26 0.95 0 0.07 283.81 0.9 0.49
Hex B1 C EE 1A 5F 0 7 11C 5A 31
Octal 261 14 356 32 137 0 7 434 132 61
Binary 10110001 1100 11101110 11010 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B10CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10CEE

Black with #B10CEE

Text Example


Text Example

White with #B10CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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