Html Css Color HEX #B80690 Medium Violet Red

📋 copy color: '#B80690'

red 184 ◦ green 6 ◦ blue 144

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

Shades of Medium Violet Red #B80690

Tints of Medium Violet Red #B80690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 55.09%
G = 1.8%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B80690 (or 0xB80690) is known color: Medium Violet Red. HEX triplet: B8, 06 and 90. RGB value is (184,6,144). Sum of RGB (Red+Green+Blue) = 184+6+144=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B80690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80690 is #47F96F. Grayscale: #4A4A4A. Windows color (decimal): -4716912 or 9438904. OLE color: 9438904.

HSL color Cylindrical-coordinate representation of color #B80690: hue angle of 313.48º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80690 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 144 -
CMYK 0 0.97 0.22 0.28
HSL 313.48º 0.94% 0.37% -
HSV(B) 313.48º 0.97% 0.72% -
XYZ 24.87 12.33 27.46 -
YUV 74.95 166.97 205.78 -
System Red Green Blue C M Y K H S L
Decimal 184 6 144 0 0.97 0.22 0.28 313.48 0.94 0.37
Hex B8 6 90 0 61 16 1C 139 5E 25
Octal 270 6 220 0 141 26 34 471 136 45
Binary 10111000 110 10010000 0 1100001 10110 11100 100111001 1011110 100101

Color Harmonies of #B80690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80690

Black with #B80690

Text Example


Text Example

White with #B80690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80690; }

 p { color: rgb(184,6,144); }

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

background-color css

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

 a { background-color: rgb(184,6,144); }

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

border-color css

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

 span { border-color: rgb(184,6,144); }

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