Html Css Color HEX #B209A1 Medium Violet Red

📋 copy color: '#B209A1'

red 178 ◦ green 9 ◦ blue 161

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

Shades of Medium Violet Red #B209A1

Tints of Medium Violet Red #B209A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 46.26%

R = 51.15%
G = 2.59%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B209A1 (or 0xB209A1) is known color: Medium Violet Red. HEX triplet: B2, 09 and A1. RGB value is (178,9,161). Sum of RGB (Red+Green+Blue) = 178+9+161=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B209A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B209A1 is #4DF65E. Grayscale: #4C4C4C. Windows color (decimal): -5109343 or 10553778. OLE color: 10553778.

HSL color Cylindrical-coordinate representation of color #B209A1: hue angle of 306.04º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B209A1 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 161 -
CMYK 0 0.95 0.10 0.30
HSL 306.04º 0.9% 0.37% -
HSV(B) 306.04º 0.95% 0.7% -
XYZ 24.89 12.23 34.77 -
YUV 76.86 175.49 200.14 -
System Red Green Blue C M Y K H S L
Decimal 178 9 161 0 0.95 0.10 0.30 306.04 0.9 0.37
Hex B2 9 A1 0 5F A 1E 132 5A 25
Octal 262 11 241 0 137 12 36 462 132 45
Binary 10110010 1001 10100001 0 1011111 1010 11110 100110010 1011010 100101

Color Harmonies of #B209A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209A1

Black with #B209A1

Text Example


Text Example

White with #B209A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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