Html Css Color HEX #B209A2 Medium Violet Red

📋 copy color: '#B209A2'

red 178 ◦ green 9 ◦ blue 162

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

Shades of Medium Violet Red #B209A2

Tints of Medium Violet Red #B209A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.42%

R = 51%
G = 2.58%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B209A2 (or 0xB209A2) is known color: Medium Violet Red. HEX triplet: B2, 09 and A2. RGB value is (178,9,162). Sum of RGB (Red+Green+Blue) = 178+9+162=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B209A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B209A2 is #4DF65D. Grayscale: #4C4C4C. Windows color (decimal): -5109342 or 10619314. OLE color: 10619314.

HSL color Cylindrical-coordinate representation of color #B209A2: hue angle of 305.68º 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 #B209A2 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 162 -
CMYK 0 0.95 0.09 0.30
HSL 305.68º 0.9% 0.37% -
HSV(B) 305.68º 0.95% 0.7% -
XYZ 24.98 12.27 35.23 -
YUV 76.97 175.99 200.06 -
System Red Green Blue C M Y K H S L
Decimal 178 9 162 0 0.95 0.09 0.30 305.68 0.9 0.37
Hex B2 9 A2 0 5F 9 1E 132 5A 25
Octal 262 11 242 0 137 11 36 462 132 45
Binary 10110010 1001 10100010 0 1011111 1001 11110 100110010 1011010 100101

Color Harmonies of #B209A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B209A2

Black with #B209A2

Text Example


Text Example

White with #B209A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B209A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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