Html Css Color HEX #B20BDE Dark Violet

📋 copy color: '#B20BDE'

red 178 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #B20BDE

Tints of Dark Violet #B20BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 43.31%
G = 2.68%
B = 54.01%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B20BDE (or 0xB20BDE) is known color: Dark Violet. HEX triplet: B2, 0B and DE. RGB value is (178,11,222). Sum of RGB (Red+Green+Blue) = 178+11+222=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #B20BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BDE is #4DF421. Grayscale: #545454. Windows color (decimal): -5108770 or 14551986. OLE color: 14551986.

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

Color convert

RGB 178 11 222 -
CMYK 0.20 0.95 0 0.13
HSL 287.49º 0.91% 0.46% -
HSV(B) 287.49º 0.95% 0.87% -
XYZ 31.66 14.98 70.33 -
YUV 84.99 205.33 194.34 -
System Red Green Blue C M Y K H S L
Decimal 178 11 222 0.20 0.95 0 0.13 287.49 0.91 0.46
Hex B2 B DE 14 5F 0 D 11F 5B 2E
Octal 262 13 336 24 137 0 15 437 133 56
Binary 10110010 1011 11011110 10100 1011111 0 1101 100011111 1011011 101110

Color Harmonies of #B20BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BDE

Black with #B20BDE

Text Example


Text Example

White with #B20BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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