Html Css Color HEX #B34282 Medium Red Violet

📋 copy color: '#B34282'

red 179 ◦ green 66 ◦ blue 130

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

Shades of Medium Red Violet #B34282

Tints of Medium Red Violet #B34282

RGB

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

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

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

R = 47.73%
G = 17.6%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B34282 (or 0xB34282) is known color: Medium Red Violet. HEX triplet: B3, 42 and 82. RGB value is (179,66,130). Sum of RGB (Red+Green+Blue) = 179+66+130=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B34282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34282 is #4CBD7D. Grayscale: #6A6A6A. Windows color (decimal): -5029246 or 8536755. OLE color: 8536755.

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

Color convert

RGB 179 66 130 -
CMYK 0 0.63 0.27 0.30
HSL 326.02º 0.46% 0.48% -
HSV(B) 326.02º 0.63% 0.7% -
XYZ 24.57 15.09 22.74 -
YUV 107.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 179 66 130 0 0.63 0.27 0.30 326.02 0.46 0.48
Hex B3 42 82 0 3F 1B 1E 146 2E 30
Octal 263 102 202 0 77 33 36 506 56 60
Binary 10110011 1000010 10000010 0 111111 11011 11110 101000110 101110 110000

Color Harmonies of #B34282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34282

Black with #B34282

Text Example


Text Example

White with #B34282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34282; }

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

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

background-color css

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

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

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

border-color css

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

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

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