Html Css Color HEX #B90AA2 Medium Violet Red

📋 copy color: '#B90AA2'

red 185 ◦ green 10 ◦ blue 162

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

Shades of Medium Violet Red #B90AA2

Tints of Medium Violet Red #B90AA2

RGB

 RED value IS 185 (72.66% from 255) = 51.82%

 GREEN value IS 10 (4.3% from 255) = 2.8%

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

R = 51.82%
G = 2.8%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B90AA2 (or 0xB90AA2) is known color: Medium Violet Red. HEX triplet: B9, 0A and A2. RGB value is (185,10,162). Sum of RGB (Red+Green+Blue) = 185+10+162=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90AA2 is #46F55D. Grayscale: #4F4F4F. Windows color (decimal): -4650334 or 10619577. OLE color: 10619577.

HSL color Cylindrical-coordinate representation of color #B90AA2: hue angle of 307.89º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90AA2 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 10 162 -
CMYK 0 0.95 0.12 0.27
HSL 307.89º 0.9% 0.38% -
HSV(B) 307.89º 0.95% 0.73% -
XYZ 26.64 13.14 35.31 -
YUV 79.65 174.48 203.14 -
System Red Green Blue C M Y K H S L
Decimal 185 10 162 0 0.95 0.12 0.27 307.89 0.9 0.38
Hex B9 A A2 0 5F C 1B 134 5A 26
Octal 271 12 242 0 137 14 33 464 132 46
Binary 10111001 1010 10100010 0 1011111 1100 11011 100110100 1011010 100110

Color Harmonies of #B90AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AA2

Black with #B90AA2

Text Example


Text Example

White with #B90AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AA2; }

 p { color: rgb(185,10,162); }

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

background-color css

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

 a { background-color: rgb(185,10,162); }

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

border-color css

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

 span { border-color: rgb(185,10,162); }

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