Html Css Color HEX #B24482 Medium Red Violet

📋 copy color: '#B24482'

red 178 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #B24482

Tints of Medium Red Violet #B24482

RGB

 RED value IS 178 (69.92% from 255) = 47.34%

 GREEN value IS 68 (26.95% from 255) = 18.09%

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

R = 47.34%
G = 18.09%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B24482 (or 0xB24482) is known color: Medium Red Violet. HEX triplet: B2, 44 and 82. RGB value is (178,68,130). Sum of RGB (Red+Green+Blue) = 178+68+130=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B24482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24482 is #4DBB7D. Grayscale: #6B6B6B. Windows color (decimal): -5094270 or 8537266. OLE color: 8537266.

HSL color Cylindrical-coordinate representation of color #B24482: hue angle of 326.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24482 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 130 -
CMYK 0 0.62 0.27 0.30
HSL 326.18º 0.45% 0.48% -
HSV(B) 326.18º 0.62% 0.7% -
XYZ 24.46 15.21 22.77 -
YUV 107.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 178 68 130 0 0.62 0.27 0.30 326.18 0.45 0.48
Hex B2 44 82 0 3E 1B 1E 146 2D 30
Octal 262 104 202 0 76 33 36 506 55 60
Binary 10110010 1000100 10000010 0 111110 11011 11110 101000110 101101 110000

Color Harmonies of #B24482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24482

Black with #B24482

Text Example


Text Example

White with #B24482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24482; }

 p { color: rgb(178,68,130); }

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

background-color css

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

 a { background-color: rgb(178,68,130); }

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

border-color css

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

 span { border-color: rgb(178,68,130); }

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