Html Css Color HEX #B34290 Medium Red Violet

📋 copy color: '#B34290'

red 179 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #B34290

Tints of Medium Red Violet #B34290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.97%

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

R = 46.02%
G = 16.97%
B = 37.02%

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

#B34290 (or 0xB34290) is known color: Medium Red Violet. HEX triplet: B3, 42 and 90. RGB value is (179,66,144). Sum of RGB (Red+Green+Blue) = 179+66+144=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B34290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34290 is #4CBD6F. Grayscale: #6C6C6C. Windows color (decimal): -5029232 or 9454259. OLE color: 9454259.

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

Color convert

RGB 179 66 144 -
CMYK 0 0.63 0.20 0.30
HSL 318.58º 0.46% 0.48% -
HSV(B) 318.58º 0.63% 0.7% -
XYZ 25.57 15.49 28.03 -
YUV 108.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 179 66 144 0 0.63 0.20 0.30 318.58 0.46 0.48
Hex B3 42 90 0 3F 14 1E 13F 2E 30
Octal 263 102 220 0 77 24 36 477 56 60
Binary 10110011 1000010 10010000 0 111111 10100 11110 100111111 101110 110000

Color Harmonies of #B34290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34290

Black with #B34290

Text Example


Text Example

White with #B34290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34290; }

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

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

background-color css

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

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

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

border-color css

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

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

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