Html Css Color HEX #B010DC Dark Violet

📋 copy color: '#B010DC'

red 176 ◦ green 16 ◦ blue 220

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

Shades of Dark Violet #B010DC

Tints of Dark Violet #B010DC

RGB

 RED value IS 176 (69.14% from 255) = 42.72%

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

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

R = 42.72%
G = 3.88%
B = 53.4%

CMYK

 C value IS 0.2

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B010DC (or 0xB010DC) is known color: Dark Violet. HEX triplet: B0, 10 and DC. RGB value is (176,16,220). Sum of RGB (Red+Green+Blue) = 176+16+220=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #B010DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010DC is #4FEF23. Grayscale: #565656. Windows color (decimal): -5238564 or 14422192. OLE color: 14422192.

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

Color convert

RGB 176 16 220 -
CMYK 0.2 0.93 0 0.14
HSL 287.06º 0.86% 0.46% -
HSV(B) 287.06º 0.93% 0.86% -
XYZ 31.01 14.77 68.93 -
YUV 87.1 203.01 191.41 -
System Red Green Blue C M Y K H S L
Decimal 176 16 220 0.2 0.93 0 0.14 287.06 0.86 0.46
Hex B0 10 DC 14 5D 0 E 11F 56 2E
Octal 260 20 334 24 135 0 16 437 126 56
Binary 10110000 10000 11011100 10100 1011101 0 1110 100011111 1010110 101110

Color Harmonies of #B010DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010DC

Black with #B010DC

Text Example


Text Example

White with #B010DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010DC; }

 p { color: rgb(176,16,220); }

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

background-color css

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

 a { background-color: rgb(176,16,220); }

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

border-color css

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

 span { border-color: rgb(176,16,220); }

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