Html Css Color HEX #B4417F Medium Red Violet

📋 copy color: '#B4417F'

red 180 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #B4417F

Tints of Medium Red Violet #B4417F

RGB

 RED value IS 180 (70.7% from 255) = 48.39%

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

 BLUE value IS 127 (50% from 255) = 34.14%

R = 48.39%
G = 17.47%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4417F (or 0xB4417F) is known color: Medium Red Violet. HEX triplet: B4, 41 and 7F. RGB value is (180,65,127). Sum of RGB (Red+Green+Blue) = 180+65+127=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B4417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4417F is #4BBE80. Grayscale: #6A6A6A. Windows color (decimal): -4963969 or 8339892. OLE color: 8339892.

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

Color convert

RGB 180 65 127 -
CMYK 0 0.64 0.29 0.29
HSL 327.65º 0.47% 0.48% -
HSV(B) 327.65º 0.64% 0.71% -
XYZ 24.54 15.02 21.68 -
YUV 106.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 180 65 127 0 0.64 0.29 0.29 327.65 0.47 0.48
Hex B4 41 7F 0 40 1D 1D 148 2F 30
Octal 264 101 177 0 100 35 35 510 57 60
Binary 10110100 1000001 1111111 0 1000000 11101 11101 101001000 101111 110000

Color Harmonies of #B4417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4417F

Black with #B4417F

Text Example


Text Example

White with #B4417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4417F; }

 p { color: rgb(180,65,127); }

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

background-color css

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

 a { background-color: rgb(180,65,127); }

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

border-color css

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

 span { border-color: rgb(180,65,127); }

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