Html Css Color HEX #B0408B Medium Red Violet

📋 copy color: '#B0408B'

red 176 ◦ green 64 ◦ blue 139

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

Shades of Medium Red Violet #B0408B

Tints of Medium Red Violet #B0408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

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

R = 46.44%
G = 16.89%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0408B (or 0xB0408B) is known color: Medium Red Violet. HEX triplet: B0, 40 and 8B. RGB value is (176,64,139). Sum of RGB (Red+Green+Blue) = 176+64+139=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B0408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0408B is #4FBF74. Grayscale: #696969. Windows color (decimal): -5226357 or 9126064. OLE color: 9126064.

HSL color Cylindrical-coordinate representation of color #B0408B: hue angle of 319.82º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0408B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 139 -
CMYK 0 0.64 0.21 0.31
HSL 319.82º 0.47% 0.47% -
HSV(B) 319.82º 0.64% 0.69% -
XYZ 24.4 14.76 25.99 -
YUV 106.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 176 64 139 0 0.64 0.21 0.31 319.82 0.47 0.47
Hex B0 40 8B 0 40 15 1F 140 2F 2F
Octal 260 100 213 0 100 25 37 500 57 57
Binary 10110000 1000000 10001011 0 1000000 10101 11111 101000000 101111 101111

Color Harmonies of #B0408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0408B

Black with #B0408B

Text Example


Text Example

White with #B0408B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0408B; }

 p { color: rgb(176,64,139); }

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

background-color css

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

 a { background-color: rgb(176,64,139); }

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

border-color css

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

 span { border-color: rgb(176,64,139); }

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