Html Css Color HEX #B90FA6 Medium Violet Red

📋 copy color: '#B90FA6'

red 185 ◦ green 15 ◦ blue 166

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

Shades of Medium Violet Red #B90FA6

Tints of Medium Violet Red #B90FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.1%

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

R = 50.55%
G = 4.1%
B = 45.36%

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

#B90FA6 (or 0xB90FA6) is known color: Medium Violet Red. HEX triplet: B9, 0F and A6. RGB value is (185,15,166). Sum of RGB (Red+Green+Blue) = 185+15+166=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 15 (6.25% from 255 or 4.10% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90FA6 is #46F059. Grayscale: #525252. Windows color (decimal): -4649050 or 10883001. OLE color: 10883001.

HSL color Cylindrical-coordinate representation of color #B90FA6: hue angle of 306.71º degrees, saturation: 0.85, 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 #B90FA6 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 15 166 -
CMYK 0 0.92 0.10 0.27
HSL 306.71º 0.85% 0.39% -
HSV(B) 306.71º 0.92% 0.73% -
XYZ 27.06 13.41 37.24 -
YUV 83.04 174.82 200.72 -
System Red Green Blue C M Y K H S L
Decimal 185 15 166 0 0.92 0.10 0.27 306.71 0.85 0.39
Hex B9 F A6 0 5C A 1B 133 55 27
Octal 271 17 246 0 134 12 33 463 125 47
Binary 10111001 1111 10100110 0 1011100 1010 11011 100110011 1010101 100111

Color Harmonies of #B90FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FA6

Black with #B90FA6

Text Example


Text Example

White with #B90FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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