Html Css Color HEX #B0407D Medium Red Violet

📋 copy color: '#B0407D'

red 176 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #B0407D

Tints of Medium Red Violet #B0407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.25%

R = 48.22%
G = 17.53%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0407D (or 0xB0407D) is known color: Medium Red Violet. HEX triplet: B0, 40 and 7D. RGB value is (176,64,125). Sum of RGB (Red+Green+Blue) = 176+64+125=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B0407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0407D is #4FBF82. Grayscale: #686868. Windows color (decimal): -5226371 or 8208560. OLE color: 8208560.

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

Color convert

RGB 176 64 125 -
CMYK 0 0.64 0.29 0.31
HSL 327.32º 0.47% 0.47% -
HSV(B) 327.32º 0.64% 0.69% -
XYZ 23.44 14.38 20.94 -
YUV 104.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 176 64 125 0 0.64 0.29 0.31 327.32 0.47 0.47
Hex B0 40 7D 0 40 1D 1F 147 2F 2F
Octal 260 100 175 0 100 35 37 507 57 57
Binary 10110000 1000000 1111101 0 1000000 11101 11111 101000111 101111 101111

Color Harmonies of #B0407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0407D

Black with #B0407D

Text Example


Text Example

White with #B0407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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