Html Css Color HEX #B80985 Medium Violet Red

📋 copy color: '#B80985'

red 184 ◦ green 9 ◦ blue 133

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

Shades of Medium Violet Red #B80985

Tints of Medium Violet Red #B80985

RGB

 RED value IS 184 (72.27% from 255) = 56.44%

 GREEN value IS 9 (3.91% from 255) = 2.76%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 56.44%
G = 2.76%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B80985 (or 0xB80985) is known color: Medium Violet Red. HEX triplet: B8, 09 and 85. RGB value is (184,9,133). Sum of RGB (Red+Green+Blue) = 184+9+133=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B80985 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80985 is #47F67A. Grayscale: #4B4B4B. Windows color (decimal): -4716155 or 8718776. OLE color: 8718776.

HSL color Cylindrical-coordinate representation of color #B80985: hue angle of 317.49º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80985 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 133 -
CMYK 0 0.95 0.28 0.28
HSL 317.49º 0.91% 0.38% -
HSV(B) 317.49º 0.95% 0.72% -
XYZ 24.1 12.08 23.25 -
YUV 75.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 184 9 133 0 0.95 0.28 0.28 317.49 0.91 0.38
Hex B8 9 85 0 5F 1C 1C 13D 5B 26
Octal 270 11 205 0 137 34 34 475 133 46
Binary 10111000 1001 10000101 0 1011111 11100 11100 100111101 1011011 100110

Color Harmonies of #B80985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80985

Black with #B80985

Text Example


Text Example

White with #B80985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80985; }

 p { color: rgb(184,9,133); }

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

background-color css

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

 a { background-color: rgb(184,9,133); }

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

border-color css

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

 span { border-color: rgb(184,9,133); }

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