Html Css Color HEX #B20CDA Dark Violet

📋 copy color: '#B20CDA'

red 178 ◦ green 12 ◦ blue 218

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

Shades of Dark Violet #B20CDA

Tints of Dark Violet #B20CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.94%

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

R = 43.63%
G = 2.94%
B = 53.43%

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

#B20CDA (or 0xB20CDA) is known color: Dark Violet. HEX triplet: B2, 0C and DA. RGB value is (178,12,218). Sum of RGB (Red+Green+Blue) = 178+12+218=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #B20CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CDA is #4DF325. Grayscale: #545454. Windows color (decimal): -5108518 or 14290098. OLE color: 14290098.

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

Color convert

RGB 178 12 218 -
CMYK 0.18 0.94 0 0.15
HSL 288.35º 0.9% 0.45% -
HSV(B) 288.35º 0.94% 0.85% -
XYZ 31.15 14.79 67.54 -
YUV 85.12 203 194.25 -
System Red Green Blue C M Y K H S L
Decimal 178 12 218 0.18 0.94 0 0.15 288.35 0.9 0.45
Hex B2 C DA 12 5E 0 F 120 5A 2D
Octal 262 14 332 22 136 0 17 440 132 55
Binary 10110010 1100 11011010 10010 1011110 0 1111 100100000 1011010 101101

Color Harmonies of #B20CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CDA

Black with #B20CDA

Text Example


Text Example

White with #B20CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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