Html Css Color HEX #B10ED2 Dark Violet

📋 copy color: '#B10ED2'

red 177 ◦ green 14 ◦ blue 210

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

Shades of Dark Violet #B10ED2

Tints of Dark Violet #B10ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.37%

R = 44.14%
G = 3.49%
B = 52.37%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B10ED2 (or 0xB10ED2) is known color: Dark Violet. HEX triplet: B1, 0E and D2. RGB value is (177,14,210). Sum of RGB (Red+Green+Blue) = 177+14+210=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #B10ED2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10ED2 is #4EF12D. Grayscale: #545454. Windows color (decimal): -5173550 or 13766321. OLE color: 13766321.

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

Color convert

RGB 177 14 210 -
CMYK 0.16 0.93 0 0.18
HSL 289.9º 0.88% 0.44% -
HSV(B) 289.9º 0.93% 0.82% -
XYZ 29.92 14.31 62.16 -
YUV 85.08 198.5 193.56 -
System Red Green Blue C M Y K H S L
Decimal 177 14 210 0.16 0.93 0 0.18 289.9 0.88 0.44
Hex B1 E D2 10 5D 0 12 122 58 2C
Octal 261 16 322 20 135 0 22 442 130 54
Binary 10110001 1110 11010010 10000 1011101 0 10010 100100010 1011000 101100

Color Harmonies of #B10ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10ED2

Black with #B10ED2

Text Example


Text Example

White with #B10ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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