Html Css Color HEX #B210DB Dark Violet

📋 copy color: '#B210DB'

red 178 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #B210DB

Tints of Dark Violet #B210DB

RGB

 RED value IS 178 (69.92% from 255) = 43.1%

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 43.1%
G = 3.87%
B = 53.03%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B210DB (or 0xB210DB) is known color: Dark Violet. HEX triplet: B2, 10 and DB. RGB value is (178,16,219). Sum of RGB (Red+Green+Blue) = 178+16+219=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B210DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210DB is #4DEF24. Grayscale: #565656. Windows color (decimal): -5107493 or 14356658. OLE color: 14356658.

HSL color Cylindrical-coordinate representation of color #B210DB: hue angle of 287.88º 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 #B210DB is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 16 219 -
CMYK 0.19 0.93 0 0.14
HSL 287.88º 0.86% 0.46% -
HSV(B) 287.88º 0.93% 0.86% -
XYZ 31.33 14.95 68.25 -
YUV 87.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 178 16 219 0.19 0.93 0 0.14 287.88 0.86 0.46
Hex B2 10 DB 13 5D 0 E 120 56 2E
Octal 262 20 333 23 135 0 16 440 126 56
Binary 10110010 10000 11011011 10011 1011101 0 1110 100100000 1010110 101110

Color Harmonies of #B210DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210DB

Black with #B210DB

Text Example


Text Example

White with #B210DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210DB; }

 p { color: rgb(178,16,219); }

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

background-color css

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

 a { background-color: rgb(178,16,219); }

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

border-color css

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

 span { border-color: rgb(178,16,219); }

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