Html Css Color HEX #B10DEE Electric Purple

📋 copy color: '#B10DEE'

red 177 ◦ green 13 ◦ blue 238

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

Shades of Electric Purple #B10DEE

Tints of Electric Purple #B10DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

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

R = 41.36%
G = 3.04%
B = 55.61%

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

#B10DEE (or 0xB10DEE) is known color: Electric Purple. HEX triplet: B1, 0D and EE. RGB value is (177,13,238). Sum of RGB (Red+Green+Blue) = 177+13+238=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #B10DEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B10DEE is #4EF211. Grayscale: #565656. Windows color (decimal): -5173778 or 15601073. OLE color: 15601073.

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

Color convert

RGB 177 13 238 -
CMYK 0.26 0.95 0 0.07
HSL 283.73º 0.9% 0.49% -
HSV(B) 283.73º 0.95% 0.93% -
XYZ 33.71 15.81 82.16 -
YUV 87.69 212.83 191.7 -
System Red Green Blue C M Y K H S L
Decimal 177 13 238 0.26 0.95 0 0.07 283.73 0.9 0.49
Hex B1 D EE 1A 5F 0 7 11C 5A 31
Octal 261 15 356 32 137 0 7 434 132 61
Binary 10110001 1101 11101110 11010 1011111 0 111 100011100 1011010 110001

Color Harmonies of #B10DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DEE

Black with #B10DEE

Text Example


Text Example

White with #B10DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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