Html Css Color HEX #B90672 Medium Violet Red

📋 copy color: '#B90672'

red 185 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #B90672

Tints of Medium Violet Red #B90672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 60.66%
G = 1.97%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B90672 (or 0xB90672) is known color: Medium Violet Red. HEX triplet: B9, 06 and 72. RGB value is (185,6,114). Sum of RGB (Red+Green+Blue) = 185+6+114=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B90672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90672 is #46F98D. Grayscale: #474747. Windows color (decimal): -4651406 or 7472825. OLE color: 7472825.

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

Color convert

RGB 185 6 114 -
CMYK 0 0.97 0.38 0.27
HSL 323.8º 0.94% 0.37% -
HSV(B) 323.8º 0.97% 0.73% -
XYZ 23.11 11.66 16.95 -
YUV 71.83 151.8 208.72 -
System Red Green Blue C M Y K H S L
Decimal 185 6 114 0 0.97 0.38 0.27 323.8 0.94 0.37
Hex B9 6 72 0 61 26 1B 144 5E 25
Octal 271 6 162 0 141 46 33 504 136 45
Binary 10111001 110 1110010 0 1100001 100110 11011 101000100 1011110 100101

Color Harmonies of #B90672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90672

Black with #B90672

Text Example


Text Example

White with #B90672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90672; }

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

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

background-color css

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

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

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

border-color css

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

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

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