Html Css Color HEX #B10DDC Dark Violet

📋 copy color: '#B10DDC'

red 177 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #B10DDC

Tints of Dark Violet #B10DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 43.17%
G = 3.17%
B = 53.66%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B10DDC (or 0xB10DDC) is known color: Dark Violet. HEX triplet: B1, 0D and DC. RGB value is (177,13,220). Sum of RGB (Red+Green+Blue) = 177+13+220=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #B10DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DDC is #4EF223. Grayscale: #545454. Windows color (decimal): -5173796 or 14421425. OLE color: 14421425.

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

Color convert

RGB 177 13 220 -
CMYK 0.20 0.94 0 0.14
HSL 287.54º 0.89% 0.46% -
HSV(B) 287.54º 0.94% 0.86% -
XYZ 31.19 14.8 68.92 -
YUV 85.63 203.83 193.17 -
System Red Green Blue C M Y K H S L
Decimal 177 13 220 0.20 0.94 0 0.14 287.54 0.89 0.46
Hex B1 D DC 14 5E 0 E 120 59 2E
Octal 261 15 334 24 136 0 16 440 131 56
Binary 10110001 1101 11011100 10100 1011110 0 1110 100100000 1011001 101110

Color Harmonies of #B10DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DDC

Black with #B10DDC

Text Example


Text Example

White with #B10DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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