Html Css Color HEX #B0468D Medium Red Violet

📋 copy color: '#B0468D'

red 176 ◦ green 70 ◦ blue 141

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

Shades of Medium Red Violet #B0468D

Tints of Medium Red Violet #B0468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

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

R = 45.48%
G = 18.09%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0468D (or 0xB0468D) is known color: Medium Red Violet. HEX triplet: B0, 46 and 8D. RGB value is (176,70,141). Sum of RGB (Red+Green+Blue) = 176+70+141=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0468D is #4FB972. Grayscale: #6D6D6D. Windows color (decimal): -5224819 or 9258672. OLE color: 9258672.

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

Color convert

RGB 176 70 141 -
CMYK 0 0.60 0.20 0.31
HSL 319.81º 0.43% 0.48% -
HSV(B) 319.81º 0.6% 0.69% -
XYZ 24.9 15.53 26.89 -
YUV 109.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 176 70 141 0 0.60 0.20 0.31 319.81 0.43 0.48
Hex B0 46 8D 0 3C 14 1F 140 2B 30
Octal 260 106 215 0 74 24 37 500 53 60
Binary 10110000 1000110 10001101 0 111100 10100 11111 101000000 101011 110000

Color Harmonies of #B0468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0468D

Black with #B0468D

Text Example


Text Example

White with #B0468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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