Html Css Color HEX #B201DA Dark Violet

📋 copy color: '#B201DA'

red 178 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #B201DA

Tints of Dark Violet #B201DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.91%

R = 44.84%
G = 0.25%
B = 54.91%

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

#B201DA (or 0xB201DA) is known color: Dark Violet. HEX triplet: B2, 01 and DA. RGB value is (178,1,218). Sum of RGB (Red+Green+Blue) = 178+1+218=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #B201DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B201DA is #4DFE25. Grayscale: #4D4D4D. Windows color (decimal): -5111334 or 14287282. OLE color: 14287282.

HSL color Cylindrical-coordinate representation of color #B201DA: hue angle of 288.94º 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 #B201DA is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 1 218 -
CMYK 0.18 1.00 0 0.15
HSL 288.94º 0.99% 0.43% -
HSV(B) 288.94º 1% 0.85% -
XYZ 31.03 14.55 67.5 -
YUV 78.66 206.64 198.86 -
System Red Green Blue C M Y K H S L
Decimal 178 1 218 0.18 1.00 0 0.15 288.94 0.99 0.43
Hex B2 1 DA 12 64 0 F 121 63 2B
Octal 262 1 332 22 144 0 17 441 143 53
Binary 10110010 1 11011010 10010 1100100 0 1111 100100001 1100011 101011

Color Harmonies of #B201DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B201DA

Black with #B201DA

Text Example


Text Example

White with #B201DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B201DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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