Html Css Color HEX #B90888 Medium Violet Red

📋 copy color: '#B90888'

red 185 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #B90888

Tints of Medium Violet Red #B90888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.43%

 BLUE value IS 136 (53.52% from 255) = 41.34%

R = 56.23%
G = 2.43%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B90888 (or 0xB90888) is known color: Medium Violet Red. HEX triplet: B9, 08 and 88. RGB value is (185,8,136). Sum of RGB (Red+Green+Blue) = 185+8+136=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B90888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90888 is #46F777. Grayscale: #4B4B4B. Windows color (decimal): -4650872 or 8915129. OLE color: 8915129.

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

Color convert

RGB 185 8 136 -
CMYK 0 0.96 0.26 0.27
HSL 316.61º 0.92% 0.38% -
HSV(B) 316.61º 0.96% 0.73% -
XYZ 24.54 12.27 24.37 -
YUV 75.52 162.14 206.09 -
System Red Green Blue C M Y K H S L
Decimal 185 8 136 0 0.96 0.26 0.27 316.61 0.92 0.38
Hex B9 8 88 0 60 1A 1B 13D 5C 26
Octal 271 10 210 0 140 32 33 475 134 46
Binary 10111001 1000 10001000 0 1100000 11010 11011 100111101 1011100 100110

Color Harmonies of #B90888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90888

Black with #B90888

Text Example


Text Example

White with #B90888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90888; }

 p { color: rgb(185,8,136); }

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

background-color css

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

 a { background-color: rgb(185,8,136); }

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

border-color css

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

 span { border-color: rgb(185,8,136); }

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