Html Css Color HEX #B90696 Medium Violet Red

📋 copy color: '#B90696'

red 185 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #B90696

Tints of Medium Violet Red #B90696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.76%

 BLUE value IS 150 (58.98% from 255) = 43.99%

R = 54.25%
G = 1.76%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B90696 (or 0xB90696) is known color: Medium Violet Red. HEX triplet: B9, 06 and 96. RGB value is (185,6,150). Sum of RGB (Red+Green+Blue) = 185+6+150=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B90696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90696 is #46F969. Grayscale: #4B4B4B. Windows color (decimal): -4651370 or 9832121. OLE color: 9832121.

HSL color Cylindrical-coordinate representation of color #B90696: hue angle of 311.73º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90696 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 150 -
CMYK 0 0.97 0.19 0.27
HSL 311.73º 0.94% 0.37% -
HSV(B) 311.73º 0.97% 0.73% -
XYZ 25.58 12.65 29.95 -
YUV 75.94 169.8 205.79 -
System Red Green Blue C M Y K H S L
Decimal 185 6 150 0 0.97 0.19 0.27 311.73 0.94 0.37
Hex B9 6 96 0 61 13 1B 138 5E 25
Octal 271 6 226 0 141 23 33 470 136 45
Binary 10111001 110 10010110 0 1100001 10011 11011 100111000 1011110 100101

Color Harmonies of #B90696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90696

Black with #B90696

Text Example


Text Example

White with #B90696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90696; }

 p { color: rgb(185,6,150); }

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

background-color css

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

 a { background-color: rgb(185,6,150); }

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

border-color css

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

 span { border-color: rgb(185,6,150); }

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