Html Css Color HEX #B10DD5 Dark Violet

📋 copy color: '#B10DD5'

red 177 ◦ green 13 ◦ blue 213

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

Shades of Dark Violet #B10DD5

Tints of Dark Violet #B10DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 43.92%
G = 3.23%
B = 52.85%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B10DD5 (or 0xB10DD5) is known color: Dark Violet. HEX triplet: B1, 0D and D5. RGB value is (177,13,213). Sum of RGB (Red+Green+Blue) = 177+13+213=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #B10DD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DD5 is #4EF22A. Grayscale: #545454. Windows color (decimal): -5173803 or 13962673. OLE color: 13962673.

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

Color convert

RGB 177 13 213 -
CMYK 0.17 0.94 0 0.16
HSL 289.2º 0.88% 0.44% -
HSV(B) 289.2º 0.94% 0.84% -
XYZ 30.29 14.44 64.14 -
YUV 84.84 200.33 193.74 -
System Red Green Blue C M Y K H S L
Decimal 177 13 213 0.17 0.94 0 0.16 289.2 0.88 0.44
Hex B1 D D5 11 5E 0 10 121 58 2C
Octal 261 15 325 21 136 0 20 441 130 54
Binary 10110001 1101 11010101 10001 1011110 0 10000 100100001 1011000 101100

Color Harmonies of #B10DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DD5

Black with #B10DD5

Text Example


Text Example

White with #B10DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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