Html Css Color HEX #B3409F Medium Red Violet

📋 copy color: '#B3409F'

red 179 ◦ green 64 ◦ blue 159

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

Shades of Medium Red Violet #B3409F

Tints of Medium Red Violet #B3409F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 44.53%
G = 15.92%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3409F (or 0xB3409F) is known color: Medium Red Violet. HEX triplet: B3, 40 and 9F. RGB value is (179,64,159). Sum of RGB (Red+Green+Blue) = 179+64+159=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3409F is #4CBF60. Grayscale: #6C6C6C. Windows color (decimal): -5029729 or 10436787. OLE color: 10436787.

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

Color convert

RGB 179 64 159 -
CMYK 0 0.64 0.11 0.30
HSL 310.43º 0.47% 0.48% -
HSV(B) 310.43º 0.64% 0.7% -
XYZ 26.68 15.75 34.44 -
YUV 109.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 179 64 159 0 0.64 0.11 0.30 310.43 0.47 0.48
Hex B3 40 9F 0 40 B 1E 136 2F 30
Octal 263 100 237 0 100 13 36 466 57 60
Binary 10110011 1000000 10011111 0 1000000 1011 11110 100110110 101111 110000

Color Harmonies of #B3409F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3409F

Black with #B3409F

Text Example


Text Example

White with #B3409F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3409F; }

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

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

background-color css

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

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

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

border-color css

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

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

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