Html Css Color HEX #B90AA5 Medium Violet Red

📋 copy color: '#B90AA5'

red 185 ◦ green 10 ◦ blue 165

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

Shades of Medium Violet Red #B90AA5

Tints of Medium Violet Red #B90AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.83%

R = 51.39%
G = 2.78%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B90AA5 (or 0xB90AA5) is known color: Medium Violet Red. HEX triplet: B9, 0A and A5. RGB value is (185,10,165). Sum of RGB (Red+Green+Blue) = 185+10+165=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90AA5 is #46F55A. Grayscale: #4F4F4F. Windows color (decimal): -4650331 or 10816185. OLE color: 10816185.

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

Color convert

RGB 185 10 165 -
CMYK 0 0.95 0.11 0.27
HSL 306.86º 0.9% 0.38% -
HSV(B) 306.86º 0.95% 0.73% -
XYZ 26.91 13.25 36.74 -
YUV 80 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 185 10 165 0 0.95 0.11 0.27 306.86 0.9 0.38
Hex B9 A A5 0 5F B 1B 133 5A 26
Octal 271 12 245 0 137 13 33 463 132 46
Binary 10111001 1010 10100101 0 1011111 1011 11011 100110011 1011010 100110

Color Harmonies of #B90AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90AA5

Black with #B90AA5

Text Example


Text Example

White with #B90AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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