Html Css Color HEX #B34396 Medium Red Violet

📋 copy color: '#B34396'

red 179 ◦ green 67 ◦ blue 150

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

Shades of Medium Red Violet #B34396

Tints of Medium Red Violet #B34396

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.92%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 45.2%
G = 16.92%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B34396 (or 0xB34396) is known color: Medium Red Violet. HEX triplet: B3, 43 and 96. RGB value is (179,67,150). Sum of RGB (Red+Green+Blue) = 179+67+150=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34396 is #4CBC69. Grayscale: #6D6D6D. Windows color (decimal): -5028970 or 9847731. OLE color: 9847731.

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

Color convert

RGB 179 67 150 -
CMYK 0 0.63 0.16 0.30
HSL 315.54º 0.46% 0.48% -
HSV(B) 315.54º 0.63% 0.7% -
XYZ 26.1 15.8 30.53 -
YUV 109.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 179 67 150 0 0.63 0.16 0.30 315.54 0.46 0.48
Hex B3 43 96 0 3F 10 1E 13C 2E 30
Octal 263 103 226 0 77 20 36 474 56 60
Binary 10110011 1000011 10010110 0 111111 10000 11110 100111100 101110 110000

Color Harmonies of #B34396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34396

Black with #B34396

Text Example


Text Example

White with #B34396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34396; }

 p { color: rgb(179,67,150); }

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

background-color css

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

 a { background-color: rgb(179,67,150); }

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

border-color css

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

 span { border-color: rgb(179,67,150); }

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