Html Css Color HEX #B201DD Dark Violet

📋 copy color: '#B201DD'

red 178 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #B201DD

Tints of Dark Violet #B201DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 44.5%
G = 0.25%
B = 55.25%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B201DD (or 0xB201DD) is known color: Dark Violet. HEX triplet: B2, 01 and DD. RGB value is (178,1,221). Sum of RGB (Red+Green+Blue) = 178+1+221=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #B201DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201DD is #4DFE22. Grayscale: #4E4E4E. Windows color (decimal): -5111331 or 14483890. OLE color: 14483890.

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

Color convert

RGB 178 1 221 -
CMYK 0.19 1.00 0 0.13
HSL 288.27º 0.99% 0.44% -
HSV(B) 288.27º 1% 0.87% -
XYZ 31.42 14.71 69.59 -
YUV 79 208.14 198.61 -
System Red Green Blue C M Y K H S L
Decimal 178 1 221 0.19 1.00 0 0.13 288.27 0.99 0.44
Hex B2 1 DD 13 64 0 D 120 63 2C
Octal 262 1 335 23 144 0 15 440 143 54
Binary 10110010 1 11011101 10011 1100100 0 1101 100100000 1100011 101100

Color Harmonies of #B201DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201DD

Black with #B201DD

Text Example


Text Example

White with #B201DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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