Html Css Color HEX #B010D1 Dark Violet

📋 copy color: '#B010D1'

red 176 ◦ green 16 ◦ blue 209

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

Shades of Dark Violet #B010D1

Tints of Dark Violet #B010D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.12%

R = 43.89%
G = 3.99%
B = 52.12%

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

#B010D1 (or 0xB010D1) is known color: Dark Violet. HEX triplet: B0, 10 and D1. RGB value is (176,16,209). Sum of RGB (Red+Green+Blue) = 176+16+209=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #B010D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D1 is #4FEF2E. Grayscale: #555555. Windows color (decimal): -5238575 or 13701296. OLE color: 13701296.

HSL color Cylindrical-coordinate representation of color #B010D1: hue angle of 289.74º 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 #B010D1 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 16 209 -
CMYK 0.16 0.92 0 0.18
HSL 289.74º 0.86% 0.44% -
HSV(B) 289.74º 0.92% 0.82% -
XYZ 29.6 14.2 61.5 -
YUV 85.84 197.51 192.31 -
System Red Green Blue C M Y K H S L
Decimal 176 16 209 0.16 0.92 0 0.18 289.74 0.86 0.44
Hex B0 10 D1 10 5C 0 12 122 56 2C
Octal 260 20 321 20 134 0 22 442 126 54
Binary 10110000 10000 11010001 10000 1011100 0 10010 100100010 1010110 101100

Color Harmonies of #B010D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010D1

Black with #B010D1

Text Example


Text Example

White with #B010D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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