Html Css Color HEX #B8058B Medium Violet Red

📋 copy color: '#B8058B'

red 184 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #B8058B

Tints of Medium Violet Red #B8058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 56.1%
G = 1.52%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8058B (or 0xB8058B) is known color: Medium Violet Red. HEX triplet: B8, 05 and 8B. RGB value is (184,5,139). Sum of RGB (Red+Green+Blue) = 184+5+139=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8058B is #47FA74. Grayscale: #494949. Windows color (decimal): -4717173 or 9110968. OLE color: 9110968.

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

Color convert

RGB 184 5 139 -
CMYK 0 0.97 0.24 0.28
HSL 315.08º 0.95% 0.37% -
HSV(B) 315.08º 0.97% 0.72% -
XYZ 24.48 12.16 25.48 -
YUV 73.8 164.8 206.6 -
System Red Green Blue C M Y K H S L
Decimal 184 5 139 0 0.97 0.24 0.28 315.08 0.95 0.37
Hex B8 5 8B 0 61 18 1C 13B 5F 25
Octal 270 5 213 0 141 30 34 473 137 45
Binary 10111000 101 10001011 0 1100001 11000 11100 100111011 1011111 100101

Color Harmonies of #B8058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8058B

Black with #B8058B

Text Example


Text Example

White with #B8058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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