Html Css Color HEX #B3407E Medium Red Violet

📋 copy color: '#B3407E'

red 179 ◦ green 64 ◦ blue 126

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

Shades of Medium Red Violet #B3407E

Tints of Medium Red Violet #B3407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 48.51%
G = 17.34%
B = 34.15%

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

#B3407E (or 0xB3407E) is known color: Medium Red Violet. HEX triplet: B3, 40 and 7E. RGB value is (179,64,126). Sum of RGB (Red+Green+Blue) = 179+64+126=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3407E is #4CBF81. Grayscale: #696969. Windows color (decimal): -5029762 or 8274099. OLE color: 8274099.

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

Color convert

RGB 179 64 126 -
CMYK 0 0.64 0.30 0.30
HSL 327.65º 0.47% 0.48% -
HSV(B) 327.65º 0.64% 0.7% -
XYZ 24.19 14.76 21.31 -
YUV 105.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 179 64 126 0 0.64 0.30 0.30 327.65 0.47 0.48
Hex B3 40 7E 0 40 1E 1E 148 2F 30
Octal 263 100 176 0 100 36 36 510 57 60
Binary 10110011 1000000 1111110 0 1000000 11110 11110 101001000 101111 110000

Color Harmonies of #B3407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3407E

Black with #B3407E

Text Example


Text Example

White with #B3407E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3407E; }

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

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

background-color css

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

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

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

border-color css

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

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

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