Html Css Color HEX #B209DB Dark Violet

📋 copy color: '#B209DB'

red 178 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #B209DB

Tints of Dark Violet #B209DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.22%

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 43.84%
G = 2.22%
B = 53.94%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B209DB (or 0xB209DB) is known color: Dark Violet. HEX triplet: B2, 09 and DB. RGB value is (178,9,219). Sum of RGB (Red+Green+Blue) = 178+9+219=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #B209DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209DB is #4DF624. Grayscale: #525252. Windows color (decimal): -5109285 or 14354866. OLE color: 14354866.

HSL color Cylindrical-coordinate representation of color #B209DB: hue angle of 288.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B209DB is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 9 219 -
CMYK 0.19 0.96 0 0.14
HSL 288.29º 0.92% 0.45% -
HSV(B) 288.29º 0.96% 0.86% -
XYZ 31.24 14.77 68.22 -
YUV 83.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 178 9 219 0.19 0.96 0 0.14 288.29 0.92 0.45
Hex B2 9 DB 13 60 0 E 120 5C 2D
Octal 262 11 333 23 140 0 16 440 134 55
Binary 10110010 1001 11011011 10011 1100000 0 1110 100100000 1011100 101101

Color Harmonies of #B209DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209DB

Black with #B209DB

Text Example


Text Example

White with #B209DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209DB; }

 p { color: rgb(178,9,219); }

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

background-color css

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

 a { background-color: rgb(178,9,219); }

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

border-color css

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

 span { border-color: rgb(178,9,219); }

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