Html Css Color HEX #B10BDB Dark Violet

📋 copy color: '#B10BDB'

red 177 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #B10BDB

Tints of Dark Violet #B10BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

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

R = 43.49%
G = 2.7%
B = 53.81%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B10BDB (or 0xB10BDB) is known color: Dark Violet. HEX triplet: B1, 0B and DB. RGB value is (177,11,219). Sum of RGB (Red+Green+Blue) = 177+11+219=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #B10BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10BDB is #4EF424. Grayscale: #535353. Windows color (decimal): -5174309 or 14355377. OLE color: 14355377.

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

Color convert

RGB 177 11 219 -
CMYK 0.19 0.95 0 0.14
HSL 287.88º 0.9% 0.45% -
HSV(B) 287.88º 0.95% 0.86% -
XYZ 31.04 14.7 68.22 -
YUV 84.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 177 11 219 0.19 0.95 0 0.14 287.88 0.9 0.45
Hex B1 B DB 13 5F 0 E 120 5A 2D
Octal 261 13 333 23 137 0 16 440 132 55
Binary 10110001 1011 11011011 10011 1011111 0 1110 100100000 1011010 101101

Color Harmonies of #B10BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10BDB

Black with #B10BDB

Text Example


Text Example

White with #B10BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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