Html Css Color HEX #B201DB Dark Violet

📋 copy color: '#B201DB'

red 178 ◦ green 1 ◦ blue 219

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

Shades of Dark Violet #B201DB

Tints of Dark Violet #B201DB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 44.72%
G = 0.25%
B = 55.03%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B201DB (or 0xB201DB) is known color: Dark Violet. HEX triplet: B2, 01 and DB. RGB value is (178,1,219). Sum of RGB (Red+Green+Blue) = 178+1+219=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #B201DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201DB is #4DFE24. Grayscale: #4E4E4E. Windows color (decimal): -5111333 or 14352818. OLE color: 14352818.

HSL color Cylindrical-coordinate representation of color #B201DB: hue angle of 288.72º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B201DB is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 1 219 -
CMYK 0.19 1.00 0 0.14
HSL 288.72º 0.99% 0.43% -
HSV(B) 288.72º 1% 0.86% -
XYZ 31.16 14.6 68.19 -
YUV 78.78 207.14 198.77 -
System Red Green Blue C M Y K H S L
Decimal 178 1 219 0.19 1.00 0 0.14 288.72 0.99 0.43
Hex B2 1 DB 13 64 0 E 121 63 2B
Octal 262 1 333 23 144 0 16 441 143 53
Binary 10110010 1 11011011 10011 1100100 0 1110 100100001 1100011 101011

Color Harmonies of #B201DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201DB

Black with #B201DB

Text Example


Text Example

White with #B201DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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