Html Css Color HEX #B20BDA Dark Violet

📋 copy color: '#B20BDA'

red 178 ◦ green 11 ◦ blue 218

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

Shades of Dark Violet #B20BDA

Tints of Dark Violet #B20BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

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

R = 43.73%
G = 2.7%
B = 53.56%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B20BDA (or 0xB20BDA) is known color: Dark Violet. HEX triplet: B2, 0B and DA. RGB value is (178,11,218). Sum of RGB (Red+Green+Blue) = 178+11+218=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #B20BDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BDA is #4DF425. Grayscale: #535353. Windows color (decimal): -5108774 or 14289842. OLE color: 14289842.

HSL color Cylindrical-coordinate representation of color #B20BDA: hue angle of 288.41º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BDA is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 11 218 -
CMYK 0.18 0.95 0 0.15
HSL 288.41º 0.9% 0.45% -
HSV(B) 288.41º 0.95% 0.85% -
XYZ 31.13 14.77 67.54 -
YUV 84.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 178 11 218 0.18 0.95 0 0.15 288.41 0.9 0.45
Hex B2 B DA 12 5F 0 F 120 5A 2D
Octal 262 13 332 22 137 0 17 440 132 55
Binary 10110010 1011 11011010 10010 1011111 0 1111 100100000 1011010 101101

Color Harmonies of #B20BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BDA

Black with #B20BDA

Text Example


Text Example

White with #B20BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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