Html Css Color HEX #B90DA2 Medium Violet Red

📋 copy color: '#B90DA2'

red 185 ◦ green 13 ◦ blue 162

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

Shades of Medium Violet Red #B90DA2

Tints of Medium Violet Red #B90DA2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.61%

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

R = 51.39%
G = 3.61%
B = 45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B90DA2 (or 0xB90DA2) is known color: Medium Violet Red. HEX triplet: B9, 0D and A2. RGB value is (185,13,162). Sum of RGB (Red+Green+Blue) = 185+13+162=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B90DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90DA2 is #46F25D. Grayscale: #505050. Windows color (decimal): -4649566 or 10620345. OLE color: 10620345.

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

Color convert

RGB 185 13 162 -
CMYK 0 0.93 0.12 0.27
HSL 308.02º 0.87% 0.39% -
HSV(B) 308.02º 0.93% 0.73% -
XYZ 26.67 13.21 35.33 -
YUV 81.41 173.48 201.88 -
System Red Green Blue C M Y K H S L
Decimal 185 13 162 0 0.93 0.12 0.27 308.02 0.87 0.39
Hex B9 D A2 0 5D C 1B 134 57 27
Octal 271 15 242 0 135 14 33 464 127 47
Binary 10111001 1101 10100010 0 1011101 1100 11011 100110100 1010111 100111

Color Harmonies of #B90DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DA2

Black with #B90DA2

Text Example


Text Example

White with #B90DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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