Html Css Color HEX #B010D5 Dark Violet

📋 copy color: '#B010D5'

red 176 ◦ green 16 ◦ blue 213

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

Shades of Dark Violet #B010D5

Tints of Dark Violet #B010D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 43.46%
G = 3.95%
B = 52.59%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B010D5 (or 0xB010D5) is known color: Dark Violet. HEX triplet: B0, 10 and D5. RGB value is (176,16,213). Sum of RGB (Red+Green+Blue) = 176+16+213=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #B010D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010D5 is #4FEF2A. Grayscale: #555555. Windows color (decimal): -5238571 or 13963440. OLE color: 13963440.

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

Color convert

RGB 176 16 213 -
CMYK 0.17 0.92 0 0.16
HSL 288.73º 0.86% 0.45% -
HSV(B) 288.73º 0.92% 0.84% -
XYZ 30.1 14.4 64.14 -
YUV 86.3 199.51 191.98 -
System Red Green Blue C M Y K H S L
Decimal 176 16 213 0.17 0.92 0 0.16 288.73 0.86 0.45
Hex B0 10 D5 11 5C 0 10 121 56 2D
Octal 260 20 325 21 134 0 20 441 126 55
Binary 10110000 10000 11010101 10001 1011100 0 10000 100100001 1010110 101101

Color Harmonies of #B010D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B010D5

Black with #B010D5

Text Example


Text Example

White with #B010D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B010D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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