Html Css Color HEX #B10EE1 Dark Violet

📋 copy color: '#B10EE1'

red 177 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #B10EE1

Tints of Dark Violet #B10EE1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.37%

 BLUE value IS 225 (88.28% from 255) = 54.09%

R = 42.55%
G = 3.37%
B = 54.09%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B10EE1 (or 0xB10EE1) is known color: Dark Violet. HEX triplet: B1, 0E and E1. RGB value is (177,14,225). Sum of RGB (Red+Green+Blue) = 177+14+225=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #B10EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EE1 is #4EF11E. Grayscale: #565656. Windows color (decimal): -5173535 or 14749361. OLE color: 14749361.

HSL color Cylindrical-coordinate representation of color #B10EE1: hue angle of 286.35º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10EE1 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 14 225 -
CMYK 0.21 0.94 0 0.12
HSL 286.35º 0.88% 0.47% -
HSV(B) 286.35º 0.94% 0.88% -
XYZ 31.88 15.1 72.47 -
YUV 86.79 206 192.34 -
System Red Green Blue C M Y K H S L
Decimal 177 14 225 0.21 0.94 0 0.12 286.35 0.88 0.47
Hex B1 E E1 15 5E 0 C 11E 58 2F
Octal 261 16 341 25 136 0 14 436 130 57
Binary 10110001 1110 11100001 10101 1011110 0 1100 100011110 1011000 101111

Color Harmonies of #B10EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10EE1

Black with #B10EE1

Text Example


Text Example

White with #B10EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10EE1; }

 p { color: rgb(177,14,225); }

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

background-color css

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

 a { background-color: rgb(177,14,225); }

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

border-color css

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

 span { border-color: rgb(177,14,225); }

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