Html Css Color HEX #B90EA6 Medium Violet Red

📋 copy color: '#B90EA6'

red 185 ◦ green 14 ◦ blue 166

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

Shades of Medium Violet Red #B90EA6

Tints of Medium Violet Red #B90EA6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.84%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 50.68%
G = 3.84%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B90EA6 (or 0xB90EA6) is known color: Medium Violet Red. HEX triplet: B9, 0E and A6. RGB value is (185,14,166). Sum of RGB (Red+Green+Blue) = 185+14+166=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B90EA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90EA6 is #46F159. Grayscale: #525252. Windows color (decimal): -4649306 or 10882745. OLE color: 10882745.

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

Color convert

RGB 185 14 166 -
CMYK 0 0.92 0.10 0.27
HSL 306.67º 0.86% 0.39% -
HSV(B) 306.67º 0.92% 0.73% -
XYZ 27.05 13.38 37.23 -
YUV 82.46 175.15 201.14 -
System Red Green Blue C M Y K H S L
Decimal 185 14 166 0 0.92 0.10 0.27 306.67 0.86 0.39
Hex B9 E A6 0 5C A 1B 133 56 27
Octal 271 16 246 0 134 12 33 463 126 47
Binary 10111001 1110 10100110 0 1011100 1010 11011 100110011 1010110 100111

Color Harmonies of #B90EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90EA6

Black with #B90EA6

Text Example


Text Example

White with #B90EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90EA6; }

 p { color: rgb(185,14,166); }

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

background-color css

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

 a { background-color: rgb(185,14,166); }

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

border-color css

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

 span { border-color: rgb(185,14,166); }

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