Html Css Color HEX #B0458D Medium Red Violet

📋 copy color: '#B0458D'

red 176 ◦ green 69 ◦ blue 141

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

Shades of Medium Red Violet #B0458D

Tints of Medium Red Violet #B0458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 45.6%
G = 17.88%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0458D (or 0xB0458D) is known color: Medium Red Violet. HEX triplet: B0, 45 and 8D. RGB value is (176,69,141). Sum of RGB (Red+Green+Blue) = 176+69+141=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0458D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0458D is #4FBA72. Grayscale: #6D6D6D. Windows color (decimal): -5225075 or 9258416. OLE color: 9258416.

HSL color Cylindrical-coordinate representation of color #B0458D: hue angle of 319.63º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0458D is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 141 -
CMYK 0 0.61 0.20 0.31
HSL 319.63º 0.44% 0.48% -
HSV(B) 319.63º 0.61% 0.69% -
XYZ 24.84 15.41 26.86 -
YUV 109.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 176 69 141 0 0.61 0.20 0.31 319.63 0.44 0.48
Hex B0 45 8D 0 3D 14 1F 140 2C 30
Octal 260 105 215 0 75 24 37 500 54 60
Binary 10110000 1000101 10001101 0 111101 10100 11111 101000000 101100 110000

Color Harmonies of #B0458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0458D

Black with #B0458D

Text Example


Text Example

White with #B0458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0458D; }

 p { color: rgb(176,69,141); }

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

background-color css

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

 a { background-color: rgb(176,69,141); }

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

border-color css

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

 span { border-color: rgb(176,69,141); }

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