Html Css Color HEX #B20DDA Dark Violet

📋 copy color: '#B20DDA'

red 178 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #B20DDA

Tints of Dark Violet #B20DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.18%

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

R = 43.52%
G = 3.18%
B = 53.3%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B20DDA (or 0xB20DDA) is known color: Dark Violet. HEX triplet: B2, 0D and DA. RGB value is (178,13,218). Sum of RGB (Red+Green+Blue) = 178+13+218=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #B20DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DDA is #4DF225. Grayscale: #555555. Windows color (decimal): -5108262 or 14290354. OLE color: 14290354.

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

Color convert

RGB 178 13 218 -
CMYK 0.18 0.94 0 0.15
HSL 288.29º 0.89% 0.45% -
HSV(B) 288.29º 0.94% 0.85% -
XYZ 31.16 14.81 67.55 -
YUV 85.71 202.66 193.83 -
System Red Green Blue C M Y K H S L
Decimal 178 13 218 0.18 0.94 0 0.15 288.29 0.89 0.45
Hex B2 D DA 12 5E 0 F 120 59 2D
Octal 262 15 332 22 136 0 17 440 131 55
Binary 10110010 1101 11011010 10010 1011110 0 1111 100100000 1011001 101101

Color Harmonies of #B20DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DDA

Black with #B20DDA

Text Example


Text Example

White with #B20DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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