Html Css Color HEX #B201D9 Dark Violet

📋 copy color: '#B201D9'

red 178 ◦ green 1 ◦ blue 217

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

Shades of Dark Violet #B201D9

Tints of Dark Violet #B201D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 44.95%
G = 0.25%
B = 54.8%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B201D9 (or 0xB201D9) is known color: Dark Violet. HEX triplet: B2, 01 and D9. RGB value is (178,1,217). Sum of RGB (Red+Green+Blue) = 178+1+217=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #B201D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201D9 is #4DFE26. Grayscale: #4D4D4D. Windows color (decimal): -5111335 or 14221746. OLE color: 14221746.

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

Color convert

RGB 178 1 217 -
CMYK 0.18 1.00 0 0.15
HSL 289.17º 0.99% 0.43% -
HSV(B) 289.17º 1% 0.85% -
XYZ 30.9 14.5 66.82 -
YUV 78.55 206.14 198.94 -
System Red Green Blue C M Y K H S L
Decimal 178 1 217 0.18 1.00 0 0.15 289.17 0.99 0.43
Hex B2 1 D9 12 64 0 F 121 63 2B
Octal 262 1 331 22 144 0 17 441 143 53
Binary 10110010 1 11011001 10010 1100100 0 1111 100100001 1100011 101011

Color Harmonies of #B201D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201D9

Black with #B201D9

Text Example


Text Example

White with #B201D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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