Html Css Color HEX #B80FA6 Medium Violet Red

📋 copy color: '#B80FA6'

red 184 ◦ green 15 ◦ blue 166

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

Shades of Medium Violet Red #B80FA6

Tints of Medium Violet Red #B80FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 50.41%
G = 4.11%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B80FA6 (or 0xB80FA6) is known color: Medium Violet Red. HEX triplet: B8, 0F and A6. RGB value is (184,15,166). Sum of RGB (Red+Green+Blue) = 184+15+166=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B80FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80FA6 is #47F059. Grayscale: #525252. Windows color (decimal): -4714586 or 10883000. OLE color: 10883000.

HSL color Cylindrical-coordinate representation of color #B80FA6: hue angle of 306.39º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80FA6 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 15 166 -
CMYK 0 0.92 0.10 0.28
HSL 306.39º 0.85% 0.39% -
HSV(B) 306.39º 0.92% 0.72% -
XYZ 26.82 13.29 37.23 -
YUV 82.75 174.99 200.22 -
System Red Green Blue C M Y K H S L
Decimal 184 15 166 0 0.92 0.10 0.28 306.39 0.85 0.39
Hex B8 F A6 0 5C A 1C 132 55 27
Octal 270 17 246 0 134 12 34 462 125 47
Binary 10111000 1111 10100110 0 1011100 1010 11100 100110010 1010101 100111

Color Harmonies of #B80FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FA6

Black with #B80FA6

Text Example


Text Example

White with #B80FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FA6; }

 p { color: rgb(184,15,166); }

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

background-color css

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

 a { background-color: rgb(184,15,166); }

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

border-color css

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

 span { border-color: rgb(184,15,166); }

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