Html Css Color HEX #B8087F Medium Violet Red

📋 copy color: '#B8087F'

red 184 ◦ green 8 ◦ blue 127

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

Shades of Medium Violet Red #B8087F

Tints of Medium Violet Red #B8087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

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

R = 57.68%
G = 2.51%
B = 39.81%

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

#B8087F (or 0xB8087F) is known color: Medium Violet Red. HEX triplet: B8, 08 and 7F. RGB value is (184,8,127). Sum of RGB (Red+Green+Blue) = 184+8+127=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B8087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8087F is #47F780. Grayscale: #494949. Windows color (decimal): -4716417 or 8325304. OLE color: 8325304.

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

Color convert

RGB 184 8 127 -
CMYK 0 0.96 0.31 0.28
HSL 319.43º 0.92% 0.38% -
HSV(B) 319.43º 0.96% 0.72% -
XYZ 23.68 11.9 21.13 -
YUV 74.19 157.81 206.32 -
System Red Green Blue C M Y K H S L
Decimal 184 8 127 0 0.96 0.31 0.28 319.43 0.92 0.38
Hex B8 8 7F 0 60 1F 1C 13F 5C 26
Octal 270 10 177 0 140 37 34 477 134 46
Binary 10111000 1000 1111111 0 1100000 11111 11100 100111111 1011100 100110

Color Harmonies of #B8087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8087F

Black with #B8087F

Text Example


Text Example

White with #B8087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8087F; }

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

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

background-color css

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

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

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

border-color css

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

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

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