Html Css Color HEX #B20BDD Dark Violet

📋 copy color: '#B20BDD'

red 178 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #B20BDD

Tints of Dark Violet #B20BDD

RGB

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

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

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

R = 43.41%
G = 2.68%
B = 53.9%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20BDD (or 0xB20BDD) is known color: Dark Violet. HEX triplet: B2, 0B and DD. RGB value is (178,11,221). Sum of RGB (Red+Green+Blue) = 178+11+221=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #B20BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BDD is #4DF422. Grayscale: #545454. Windows color (decimal): -5108771 or 14486450. OLE color: 14486450.

HSL color Cylindrical-coordinate representation of color #B20BDD: hue angle of 287.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BDD is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 11 221 -
CMYK 0.19 0.95 0 0.13
HSL 287.71º 0.91% 0.45% -
HSV(B) 287.71º 0.95% 0.87% -
XYZ 31.53 14.92 69.63 -
YUV 84.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 178 11 221 0.19 0.95 0 0.13 287.71 0.91 0.45
Hex B2 B DD 13 5F 0 D 120 5B 2D
Octal 262 13 335 23 137 0 15 440 133 55
Binary 10110010 1011 11011101 10011 1011111 0 1101 100100000 1011011 101101

Color Harmonies of #B20BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BDD

Black with #B20BDD

Text Example


Text Example

White with #B20BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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