Html Css Color HEX #B10ED6 Dark Violet

📋 copy color: '#B10ED6'

red 177 ◦ green 14 ◦ blue 214

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

Shades of Dark Violet #B10ED6

Tints of Dark Violet #B10ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.84%

R = 43.7%
G = 3.46%
B = 52.84%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B10ED6 (or 0xB10ED6) is known color: Dark Violet. HEX triplet: B1, 0E and D6. RGB value is (177,14,214). Sum of RGB (Red+Green+Blue) = 177+14+214=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #B10ED6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ED6 is #4EF129. Grayscale: #545454. Windows color (decimal): -5173546 or 14028465. OLE color: 14028465.

HSL color Cylindrical-coordinate representation of color #B10ED6: hue angle of 288.9º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10ED6 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 14 214 -
CMYK 0.17 0.93 0 0.16
HSL 288.9º 0.88% 0.45% -
HSV(B) 288.9º 0.93% 0.84% -
XYZ 30.43 14.52 64.82 -
YUV 85.54 200.5 193.24 -
System Red Green Blue C M Y K H S L
Decimal 177 14 214 0.17 0.93 0 0.16 288.9 0.88 0.45
Hex B1 E D6 11 5D 0 10 121 58 2D
Octal 261 16 326 21 135 0 20 441 130 55
Binary 10110001 1110 11010110 10001 1011101 0 10000 100100001 1011000 101101

Color Harmonies of #B10ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10ED6

Black with #B10ED6

Text Example


Text Example

White with #B10ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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