Html Css Color HEX #B90572 Medium Violet Red

📋 copy color: '#B90572'

red 185 ◦ green 5 ◦ blue 114

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

Shades of Medium Violet Red #B90572

Tints of Medium Violet Red #B90572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 60.86%
G = 1.64%
B = 37.5%

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

#B90572 (or 0xB90572) is known color: Medium Violet Red. HEX triplet: B9, 05 and 72. RGB value is (185,5,114). Sum of RGB (Red+Green+Blue) = 185+5+114=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B90572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90572 is #46FA8D. Grayscale: #464646. Windows color (decimal): -4651662 or 7472569. OLE color: 7472569.

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

Color convert

RGB 185 5 114 -
CMYK 0 0.97 0.38 0.27
HSL 323.67º 0.95% 0.37% -
HSV(B) 323.67º 0.97% 0.73% -
XYZ 23.1 11.64 16.95 -
YUV 71.25 152.13 209.14 -
System Red Green Blue C M Y K H S L
Decimal 185 5 114 0 0.97 0.38 0.27 323.67 0.95 0.37
Hex B9 5 72 0 61 26 1B 144 5F 25
Octal 271 5 162 0 141 46 33 504 137 45
Binary 10111001 101 1110010 0 1100001 100110 11011 101000100 1011111 100101

Color Harmonies of #B90572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90572

Black with #B90572

Text Example


Text Example

White with #B90572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90572; }

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

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

background-color css

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

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

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

border-color css

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

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

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