Html Css Color HEX #B34294 Medium Red Violet

📋 copy color: '#B34294'

red 179 ◦ green 66 ◦ blue 148

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

Shades of Medium Red Violet #B34294

Tints of Medium Red Violet #B34294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 45.55%
G = 16.79%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B34294 (or 0xB34294) is known color: Medium Red Violet. HEX triplet: B3, 42 and 94. RGB value is (179,66,148). Sum of RGB (Red+Green+Blue) = 179+66+148=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B34294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34294 is #4CBD6B. Grayscale: #6C6C6C. Windows color (decimal): -5029228 or 9716403. OLE color: 9716403.

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

Color convert

RGB 179 66 148 -
CMYK 0 0.63 0.17 0.30
HSL 316.46º 0.46% 0.48% -
HSV(B) 316.46º 0.63% 0.7% -
XYZ 25.88 15.62 29.67 -
YUV 109.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 179 66 148 0 0.63 0.17 0.30 316.46 0.46 0.48
Hex B3 42 94 0 3F 11 1E 13C 2E 30
Octal 263 102 224 0 77 21 36 474 56 60
Binary 10110011 1000010 10010100 0 111111 10001 11110 100111100 101110 110000

Color Harmonies of #B34294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34294

Black with #B34294

Text Example


Text Example

White with #B34294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34294; }

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

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

background-color css

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

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

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

border-color css

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

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

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