Html Css Color HEX #B34082 Medium Red Violet

📋 copy color: '#B34082'

red 179 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #B34082

Tints of Medium Red Violet #B34082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.85%

R = 47.99%
G = 17.16%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B34082 (or 0xB34082) is known color: Medium Red Violet. HEX triplet: B3, 40 and 82. RGB value is (179,64,130). Sum of RGB (Red+Green+Blue) = 179+64+130=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B34082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34082 is #4CBF7D. Grayscale: #696969. Windows color (decimal): -5029758 or 8536243. OLE color: 8536243.

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

Color convert

RGB 179 64 130 -
CMYK 0 0.64 0.27 0.30
HSL 325.57º 0.47% 0.48% -
HSV(B) 325.57º 0.64% 0.7% -
XYZ 24.45 14.86 22.7 -
YUV 105.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 179 64 130 0 0.64 0.27 0.30 325.57 0.47 0.48
Hex B3 40 82 0 40 1B 1E 146 2F 30
Octal 263 100 202 0 100 33 36 506 57 60
Binary 10110011 1000000 10000010 0 1000000 11011 11110 101000110 101111 110000

Color Harmonies of #B34082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34082

Black with #B34082

Text Example


Text Example

White with #B34082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34082; }

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

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

background-color css

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

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

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

border-color css

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

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

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