Html Css Color HEX #B8077B Medium Violet Red

📋 copy color: '#B8077B'

red 184 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #B8077B

Tints of Medium Violet Red #B8077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.17%

R = 58.6%
G = 2.23%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8077B (or 0xB8077B) is known color: Medium Violet Red. HEX triplet: B8, 07 and 7B. RGB value is (184,7,123). Sum of RGB (Red+Green+Blue) = 184+7+123=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8077B is #47F884. Grayscale: #484848. Windows color (decimal): -4716677 or 8062904. OLE color: 8062904.

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

Color convert

RGB 184 7 123 -
CMYK 0 0.96 0.33 0.28
HSL 320.68º 0.93% 0.37% -
HSV(B) 320.68º 0.96% 0.72% -
XYZ 23.42 11.77 19.78 -
YUV 73.15 156.14 207.07 -
System Red Green Blue C M Y K H S L
Decimal 184 7 123 0 0.96 0.33 0.28 320.68 0.93 0.37
Hex B8 7 7B 0 60 21 1C 141 5D 25
Octal 270 7 173 0 140 41 34 501 135 45
Binary 10111000 111 1111011 0 1100000 100001 11100 101000001 1011101 100101

Color Harmonies of #B8077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8077B

Black with #B8077B

Text Example


Text Example

White with #B8077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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