Html Css Color HEX #B110D2 Dark Violet

📋 copy color: '#B110D2'

red 177 ◦ green 16 ◦ blue 210

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

Shades of Dark Violet #B110D2

Tints of Dark Violet #B110D2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.97%

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

R = 43.92%
G = 3.97%
B = 52.11%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B110D2 (or 0xB110D2) is known color: Dark Violet. HEX triplet: B1, 10 and D2. RGB value is (177,16,210). Sum of RGB (Red+Green+Blue) = 177+16+210=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #B110D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110D2 is #4EEF2D. Grayscale: #555555. Windows color (decimal): -5173038 or 13766833. OLE color: 13766833.

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

Color convert

RGB 177 16 210 -
CMYK 0.16 0.92 0 0.18
HSL 289.79º 0.86% 0.44% -
HSV(B) 289.79º 0.92% 0.82% -
XYZ 29.95 14.37 62.17 -
YUV 86.26 197.84 192.73 -
System Red Green Blue C M Y K H S L
Decimal 177 16 210 0.16 0.92 0 0.18 289.79 0.86 0.44
Hex B1 10 D2 10 5C 0 12 122 56 2C
Octal 261 20 322 20 134 0 22 442 126 54
Binary 10110001 10000 11010010 10000 1011100 0 10010 100100010 1010110 101100

Color Harmonies of #B110D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110D2

Black with #B110D2

Text Example


Text Example

White with #B110D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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