Html Css Color HEX #B10DDB Dark Violet

📋 copy color: '#B10DDB'

red 177 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #B10DDB

Tints of Dark Violet #B10DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 43.28%
G = 3.18%
B = 53.55%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B10DDB (or 0xB10DDB) is known color: Dark Violet. HEX triplet: B1, 0D and DB. RGB value is (177,13,219). Sum of RGB (Red+Green+Blue) = 177+13+219=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #B10DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DDB is #4EF224. Grayscale: #545454. Windows color (decimal): -5173797 or 14355889. OLE color: 14355889.

HSL color Cylindrical-coordinate representation of color #B10DDB: hue angle of 287.77º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10DDB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 13 219 -
CMYK 0.19 0.94 0 0.14
HSL 287.77º 0.89% 0.45% -
HSV(B) 287.77º 0.94% 0.86% -
XYZ 31.06 14.75 68.23 -
YUV 85.52 203.33 193.25 -
System Red Green Blue C M Y K H S L
Decimal 177 13 219 0.19 0.94 0 0.14 287.77 0.89 0.45
Hex B1 D DB 13 5E 0 E 120 59 2D
Octal 261 15 333 23 136 0 16 440 131 55
Binary 10110001 1101 11011011 10011 1011110 0 1110 100100000 1011001 101101

Color Harmonies of #B10DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DDB

Black with #B10DDB

Text Example


Text Example

White with #B10DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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