Html Css Color HEX #B8057F Medium Violet Red

📋 copy color: '#B8057F'

red 184 ◦ green 5 ◦ blue 127

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

Shades of Medium Violet Red #B8057F

Tints of Medium Violet Red #B8057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 58.23%
G = 1.58%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8057F (or 0xB8057F) is known color: Medium Violet Red. HEX triplet: B8, 05 and 7F. RGB value is (184,5,127). Sum of RGB (Red+Green+Blue) = 184+5+127=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8057F is #47FA80. Grayscale: #484848. Windows color (decimal): -4717185 or 8324536. OLE color: 8324536.

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

Color convert

RGB 184 5 127 -
CMYK 0 0.97 0.31 0.28
HSL 319.11º 0.95% 0.37% -
HSV(B) 319.11º 0.97% 0.72% -
XYZ 23.65 11.83 21.12 -
YUV 72.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 184 5 127 0 0.97 0.31 0.28 319.11 0.95 0.37
Hex B8 5 7F 0 61 1F 1C 13F 5F 25
Octal 270 5 177 0 141 37 34 477 137 45
Binary 10111000 101 1111111 0 1100001 11111 11100 100111111 1011111 100101

Color Harmonies of #B8057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8057F

Black with #B8057F

Text Example


Text Example

White with #B8057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8057F; }

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

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

background-color css

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

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

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

border-color css

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

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

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