Html Css Color HEX #B8087D Medium Violet Red

📋 copy color: '#B8087D'

red 184 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #B8087D

Tints of Medium Violet Red #B8087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 58.04%
G = 2.52%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8087D (or 0xB8087D) is known color: Medium Violet Red. HEX triplet: B8, 08 and 7D. RGB value is (184,8,125). Sum of RGB (Red+Green+Blue) = 184+8+125=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8087D is #47F782. Grayscale: #494949. Windows color (decimal): -4716419 or 8194232. OLE color: 8194232.

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

Color convert

RGB 184 8 125 -
CMYK 0 0.96 0.32 0.28
HSL 320.11º 0.92% 0.38% -
HSV(B) 320.11º 0.96% 0.72% -
XYZ 23.56 11.84 20.45 -
YUV 73.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 184 8 125 0 0.96 0.32 0.28 320.11 0.92 0.38
Hex B8 8 7D 0 60 20 1C 140 5C 26
Octal 270 10 175 0 140 40 34 500 134 46
Binary 10111000 1000 1111101 0 1100000 100000 11100 101000000 1011100 100110

Color Harmonies of #B8087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8087D

Black with #B8087D

Text Example


Text Example

White with #B8087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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