Html Css Color HEX #B34099 Medium Red Violet

📋 copy color: '#B34099'

red 179 ◦ green 64 ◦ blue 153

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

Shades of Medium Red Violet #B34099

Tints of Medium Red Violet #B34099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 45.2%
G = 16.16%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B34099 (or 0xB34099) is known color: Medium Red Violet. HEX triplet: B3, 40 and 99. RGB value is (179,64,153). Sum of RGB (Red+Green+Blue) = 179+64+153=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34099 is #4CBF66. Grayscale: #6C6C6C. Windows color (decimal): -5029735 or 10043571. OLE color: 10043571.

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

Color convert

RGB 179 64 153 -
CMYK 0 0.64 0.15 0.30
HSL 313.57º 0.47% 0.48% -
HSV(B) 313.57º 0.64% 0.7% -
XYZ 26.17 15.55 31.76 -
YUV 108.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 179 64 153 0 0.64 0.15 0.30 313.57 0.47 0.48
Hex B3 40 99 0 40 F 1E 13A 2F 30
Octal 263 100 231 0 100 17 36 472 57 60
Binary 10110011 1000000 10011001 0 1000000 1111 11110 100111010 101111 110000

Color Harmonies of #B34099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34099

Black with #B34099

Text Example


Text Example

White with #B34099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34099; }

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

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

background-color css

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

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

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

border-color css

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

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

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