Html Css Color HEX #B10BEB Electric Purple

📋 copy color: '#B10BEB'

red 177 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #B10BEB

Tints of Electric Purple #B10BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.6%

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 41.84%
G = 2.6%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B10BEB (or 0xB10BEB) is known color: Electric Purple. HEX triplet: B1, 0B and EB. RGB value is (177,11,235). Sum of RGB (Red+Green+Blue) = 177+11+235=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #B10BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10BEB is #4EF414. Grayscale: #555555. Windows color (decimal): -5174293 or 15403953. OLE color: 15403953.

HSL color Cylindrical-coordinate representation of color #B10BEB: hue angle of 284.46º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10BEB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 11 235 -
CMYK 0.25 0.95 0 0.08
HSL 284.46º 0.91% 0.48% -
HSV(B) 284.46º 0.95% 0.92% -
XYZ 33.25 15.58 79.85 -
YUV 86.17 212 192.79 -
System Red Green Blue C M Y K H S L
Decimal 177 11 235 0.25 0.95 0 0.08 284.46 0.91 0.48
Hex B1 B EB 19 5F 0 8 11C 5B 30
Octal 261 13 353 31 137 0 10 434 133 60
Binary 10110001 1011 11101011 11001 1011111 0 1000 100011100 1011011 110000

Color Harmonies of #B10BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BEB

Black with #B10BEB

Text Example


Text Example

White with #B10BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BEB; }

 p { color: rgb(177,11,235); }

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

background-color css

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

 a { background-color: rgb(177,11,235); }

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

border-color css

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

 span { border-color: rgb(177,11,235); }

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