Html Css Color HEX #B0057B Medium Violet Red

📋 copy color: '#B0057B'

red 176 ◦ green 5 ◦ blue 123

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

Shades of Medium Violet Red #B0057B

Tints of Medium Violet Red #B0057B

RGB

 RED value IS 176 (69.14% from 255) = 57.89%

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

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

R = 57.89%
G = 1.64%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0057B (or 0xB0057B) is known color: Medium Violet Red. HEX triplet: B0, 05 and 7B. RGB value is (176,5,123). Sum of RGB (Red+Green+Blue) = 176+5+123=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 123 (48.44% from 255 or 40.46% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B0057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0057B is #4FFA84. Grayscale: #454545. Windows color (decimal): -5241477 or 8062384. OLE color: 8062384.

HSL color Cylindrical-coordinate representation of color #B0057B: hue angle of 318.6º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0057B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 5 123 -
CMYK 0 0.97 0.30 0.31
HSL 318.6º 0.94% 0.35% -
HSV(B) 318.6º 0.97% 0.69% -
XYZ 21.53 10.77 19.68 -
YUV 69.58 158.15 203.91 -
System Red Green Blue C M Y K H S L
Decimal 176 5 123 0 0.97 0.30 0.31 318.6 0.94 0.35
Hex B0 5 7B 0 61 1E 1F 13F 5E 23
Octal 260 5 173 0 141 36 37 477 136 43
Binary 10110000 101 1111011 0 1100001 11110 11111 100111111 1011110 100011

Color Harmonies of #B0057B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0057B

Black with #B0057B

Text Example


Text Example

White with #B0057B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0057B; }

 p { color: rgb(176,5,123); }

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

background-color css

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

 a { background-color: rgb(176,5,123); }

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

border-color css

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

 span { border-color: rgb(176,5,123); }

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