Html Css Color HEX #B34390 Medium Red Violet

📋 copy color: '#B34390'

red 179 ◦ green 67 ◦ blue 144

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

Shades of Medium Red Violet #B34390

Tints of Medium Red Violet #B34390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.92%

R = 45.9%
G = 17.18%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B34390 (or 0xB34390) is known color: Medium Red Violet. HEX triplet: B3, 43 and 90. RGB value is (179,67,144). Sum of RGB (Red+Green+Blue) = 179+67+144=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B34390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34390 is #4CBC6F. Grayscale: #6D6D6D. Windows color (decimal): -5028976 or 9454515. OLE color: 9454515.

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

Color convert

RGB 179 67 144 -
CMYK 0 0.63 0.20 0.30
HSL 318.75º 0.46% 0.48% -
HSV(B) 318.75º 0.63% 0.7% -
XYZ 25.63 15.61 28.05 -
YUV 109.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 179 67 144 0 0.63 0.20 0.30 318.75 0.46 0.48
Hex B3 43 90 0 3F 14 1E 13F 2E 30
Octal 263 103 220 0 77 24 36 477 56 60
Binary 10110011 1000011 10010000 0 111111 10100 11110 100111111 101110 110000

Color Harmonies of #B34390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34390

Black with #B34390

Text Example


Text Example

White with #B34390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34390; }

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

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

background-color css

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

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

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

border-color css

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

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

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