Html Css Color HEX #B8077F Medium Violet Red

📋 copy color: '#B8077F'

red 184 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #B8077F

Tints of Medium Violet Red #B8077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.2%

 BLUE value IS 127 (50% from 255) = 39.94%

R = 57.86%
G = 2.2%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8077F (or 0xB8077F) is known color: Medium Violet Red. HEX triplet: B8, 07 and 7F. RGB value is (184,7,127). Sum of RGB (Red+Green+Blue) = 184+7+127=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B8077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8077F is #47F880. Grayscale: #494949. Windows color (decimal): -4716673 or 8325048. OLE color: 8325048.

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

Color convert

RGB 184 7 127 -
CMYK 0 0.96 0.31 0.28
HSL 319.32º 0.93% 0.37% -
HSV(B) 319.32º 0.96% 0.72% -
XYZ 23.67 11.87 21.12 -
YUV 73.6 158.14 206.74 -
System Red Green Blue C M Y K H S L
Decimal 184 7 127 0 0.96 0.31 0.28 319.32 0.93 0.37
Hex B8 7 7F 0 60 1F 1C 13F 5D 25
Octal 270 7 177 0 140 37 34 477 135 45
Binary 10111000 111 1111111 0 1100000 11111 11100 100111111 1011101 100101

Color Harmonies of #B8077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8077F

Black with #B8077F

Text Example


Text Example

White with #B8077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8077F; }

 p { color: rgb(184,7,127); }

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

background-color css

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

 a { background-color: rgb(184,7,127); }

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

border-color css

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

 span { border-color: rgb(184,7,127); }

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