Html Css Color HEX #B90688 Medium Violet Red

📋 copy color: '#B90688'

red 185 ◦ green 6 ◦ blue 136

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

Shades of Medium Violet Red #B90688

Tints of Medium Violet Red #B90688

RGB

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

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

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

R = 56.57%
G = 1.83%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B90688 (or 0xB90688) is known color: Medium Violet Red. HEX triplet: B9, 06 and 88. RGB value is (185,6,136). Sum of RGB (Red+Green+Blue) = 185+6+136=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B90688 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90688 is #46F977. Grayscale: #4A4A4A. Windows color (decimal): -4651384 or 8914617. OLE color: 8914617.

HSL color Cylindrical-coordinate representation of color #B90688: hue angle of 316.42º 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 #B90688 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 136 -
CMYK 0 0.97 0.26 0.27
HSL 316.42º 0.94% 0.37% -
HSV(B) 316.42º 0.97% 0.73% -
XYZ 24.52 12.22 24.36 -
YUV 74.34 162.8 206.93 -
System Red Green Blue C M Y K H S L
Decimal 185 6 136 0 0.97 0.26 0.27 316.42 0.94 0.37
Hex B9 6 88 0 61 1A 1B 13C 5E 25
Octal 271 6 210 0 141 32 33 474 136 45
Binary 10111001 110 10001000 0 1100001 11010 11011 100111100 1011110 100101

Color Harmonies of #B90688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90688

Black with #B90688

Text Example


Text Example

White with #B90688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90688; }

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

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

background-color css

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

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

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

border-color css

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

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

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