Html Css Color HEX #B80695 Medium Violet Red

📋 copy color: '#B80695'

red 184 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #B80695

Tints of Medium Violet Red #B80695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 54.28%
G = 1.77%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B80695 (or 0xB80695) is known color: Medium Violet Red. HEX triplet: B8, 06 and 95. RGB value is (184,6,149). Sum of RGB (Red+Green+Blue) = 184+6+149=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B80695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80695 is #47F96A. Grayscale: #4B4B4B. Windows color (decimal): -4716907 or 9766584. OLE color: 9766584.

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

Color convert

RGB 184 6 149 -
CMYK 0 0.97 0.19 0.28
HSL 311.8º 0.94% 0.37% -
HSV(B) 311.8º 0.97% 0.72% -
XYZ 25.26 12.49 29.51 -
YUV 75.52 169.47 205.37 -
System Red Green Blue C M Y K H S L
Decimal 184 6 149 0 0.97 0.19 0.28 311.8 0.94 0.37
Hex B8 6 95 0 61 13 1C 138 5E 25
Octal 270 6 225 0 141 23 34 470 136 45
Binary 10111000 110 10010101 0 1100001 10011 11100 100111000 1011110 100101

Color Harmonies of #B80695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80695

Black with #B80695

Text Example


Text Example

White with #B80695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80695; }

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

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

background-color css

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

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

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

border-color css

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

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

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