Html Css Color HEX #B0417D Medium Red Violet

📋 copy color: '#B0417D'

red 176 ◦ green 65 ◦ blue 125

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

Shades of Medium Red Violet #B0417D

Tints of Medium Red Violet #B0417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

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

R = 48.09%
G = 17.76%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0417D (or 0xB0417D) is known color: Medium Red Violet. HEX triplet: B0, 41 and 7D. RGB value is (176,65,125). Sum of RGB (Red+Green+Blue) = 176+65+125=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0417D is #4FBE82. Grayscale: #686868. Windows color (decimal): -5226115 or 8208816. OLE color: 8208816.

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

Color convert

RGB 176 65 125 -
CMYK 0 0.63 0.29 0.31
HSL 327.57º 0.46% 0.47% -
HSV(B) 327.57º 0.63% 0.69% -
XYZ 23.5 14.49 20.96 -
YUV 105.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 176 65 125 0 0.63 0.29 0.31 327.57 0.46 0.47
Hex B0 41 7D 0 3F 1D 1F 148 2E 2F
Octal 260 101 175 0 77 35 37 510 56 57
Binary 10110000 1000001 1111101 0 111111 11101 11111 101001000 101110 101111

Color Harmonies of #B0417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0417D

Black with #B0417D

Text Example


Text Example

White with #B0417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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