Html Css Color HEX #B3407D Medium Red Violet

📋 copy color: '#B3407D'

red 179 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #B3407D

Tints of Medium Red Violet #B3407D

RGB

 RED value IS 179 (70.31% from 255) = 48.64%

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

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

R = 48.64%
G = 17.39%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3407D (or 0xB3407D) is known color: Medium Red Violet. HEX triplet: B3, 40 and 7D. RGB value is (179,64,125). Sum of RGB (Red+Green+Blue) = 179+64+125=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3407D is #4CBF82. Grayscale: #696969. Windows color (decimal): -5029763 or 8208563. OLE color: 8208563.

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

Color convert

RGB 179 64 125 -
CMYK 0 0.64 0.30 0.30
HSL 328.17º 0.47% 0.48% -
HSV(B) 328.17º 0.64% 0.7% -
XYZ 24.13 14.73 20.97 -
YUV 105.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 179 64 125 0 0.64 0.30 0.30 328.17 0.47 0.48
Hex B3 40 7D 0 40 1E 1E 148 2F 30
Octal 263 100 175 0 100 36 36 510 57 60
Binary 10110011 1000000 1111101 0 1000000 11110 11110 101001000 101111 110000

Color Harmonies of #B3407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3407D

Black with #B3407D

Text Example


Text Example

White with #B3407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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