Html Css Color HEX #B209DD Dark Violet

📋 copy color: '#B209DD'

red 178 ◦ green 9 ◦ blue 221

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

Shades of Dark Violet #B209DD

Tints of Dark Violet #B209DD

RGB

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

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

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

R = 43.63%
G = 2.21%
B = 54.17%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B209DD (or 0xB209DD) is known color: Dark Violet. HEX triplet: B2, 09 and DD. RGB value is (178,9,221). Sum of RGB (Red+Green+Blue) = 178+9+221=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #B209DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B209DD is #4DF622. Grayscale: #535353. Windows color (decimal): -5109283 or 14485938. OLE color: 14485938.

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

Color convert

RGB 178 9 221 -
CMYK 0.19 0.96 0 0.13
HSL 287.83º 0.92% 0.45% -
HSV(B) 287.83º 0.96% 0.87% -
XYZ 31.51 14.88 69.62 -
YUV 83.7 205.49 195.26 -
System Red Green Blue C M Y K H S L
Decimal 178 9 221 0.19 0.96 0 0.13 287.83 0.92 0.45
Hex B2 9 DD 13 60 0 D 120 5C 2D
Octal 262 11 335 23 140 0 15 440 134 55
Binary 10110010 1001 11011101 10011 1100000 0 1101 100100000 1011100 101101

Color Harmonies of #B209DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209DD

Black with #B209DD

Text Example


Text Example

White with #B209DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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