Html Css Color HEX #B34486 Medium Red Violet

📋 copy color: '#B34486'

red 179 ◦ green 68 ◦ blue 134

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

Shades of Medium Red Violet #B34486

Tints of Medium Red Violet #B34486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 134 (52.73% from 255) = 35.17%

R = 46.98%
G = 17.85%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B34486 (or 0xB34486) is known color: Medium Red Violet. HEX triplet: B3, 44 and 86. RGB value is (179,68,134). Sum of RGB (Red+Green+Blue) = 179+68+134=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B34486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34486 is #4CBB79. Grayscale: #6C6C6C. Windows color (decimal): -5028730 or 8799411. OLE color: 8799411.

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

Color convert

RGB 179 68 134 -
CMYK 0 0.62 0.25 0.30
HSL 324.32º 0.45% 0.48% -
HSV(B) 324.32º 0.62% 0.7% -
XYZ 24.96 15.44 24.22 -
YUV 108.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 179 68 134 0 0.62 0.25 0.30 324.32 0.45 0.48
Hex B3 44 86 0 3E 19 1E 144 2D 30
Octal 263 104 206 0 76 31 36 504 55 60
Binary 10110011 1000100 10000110 0 111110 11001 11110 101000100 101101 110000

Color Harmonies of #B34486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34486

Black with #B34486

Text Example


Text Example

White with #B34486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34486; }

 p { color: rgb(179,68,134); }

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

background-color css

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

 a { background-color: rgb(179,68,134); }

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

border-color css

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

 span { border-color: rgb(179,68,134); }

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