Html Css Color HEX #B0458A Medium Red Violet

📋 copy color: '#B0458A'

red 176 ◦ green 69 ◦ blue 138

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

Shades of Medium Red Violet #B0458A

Tints of Medium Red Violet #B0458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 45.95%
G = 18.02%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0458A (or 0xB0458A) is known color: Medium Red Violet. HEX triplet: B0, 45 and 8A. RGB value is (176,69,138). Sum of RGB (Red+Green+Blue) = 176+69+138=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0458A is #4FBA75. Grayscale: #6C6C6C. Windows color (decimal): -5225078 or 9061808. OLE color: 9061808.

HSL color Cylindrical-coordinate representation of color #B0458A: hue angle of 321.31º 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 #B0458A is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 138 -
CMYK 0 0.61 0.22 0.31
HSL 321.31º 0.44% 0.48% -
HSV(B) 321.31º 0.61% 0.69% -
XYZ 24.62 15.32 25.7 -
YUV 108.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 176 69 138 0 0.61 0.22 0.31 321.31 0.44 0.48
Hex B0 45 8A 0 3D 16 1F 141 2C 30
Octal 260 105 212 0 75 26 37 501 54 60
Binary 10110000 1000101 10001010 0 111101 10110 11111 101000001 101100 110000

Color Harmonies of #B0458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0458A

Black with #B0458A

Text Example


Text Example

White with #B0458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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