Html Css Color HEX #B10ED7 Dark Violet

📋 copy color: '#B10ED7'

red 177 ◦ green 14 ◦ blue 215

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

Shades of Dark Violet #B10ED7

Tints of Dark Violet #B10ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 43.6%
G = 3.45%
B = 52.96%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B10ED7 (or 0xB10ED7) is known color: Dark Violet. HEX triplet: B1, 0E and D7. RGB value is (177,14,215). Sum of RGB (Red+Green+Blue) = 177+14+215=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #B10ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ED7 is #4EF128. Grayscale: #555555. Windows color (decimal): -5173545 or 14094001. OLE color: 14094001.

HSL color Cylindrical-coordinate representation of color #B10ED7: hue angle of 288.66º 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 #B10ED7 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 14 215 -
CMYK 0.18 0.93 0 0.16
HSL 288.66º 0.88% 0.45% -
HSV(B) 288.66º 0.93% 0.84% -
XYZ 30.55 14.57 65.49 -
YUV 85.65 201 193.16 -
System Red Green Blue C M Y K H S L
Decimal 177 14 215 0.18 0.93 0 0.16 288.66 0.88 0.45
Hex B1 E D7 12 5D 0 10 121 58 2D
Octal 261 16 327 22 135 0 20 441 130 55
Binary 10110001 1110 11010111 10010 1011101 0 10000 100100001 1011000 101101

Color Harmonies of #B10ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10ED7

Black with #B10ED7

Text Example


Text Example

White with #B10ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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