Html Css Color HEX #B24182 Medium Red Violet

📋 copy color: '#B24182'

red 178 ◦ green 65 ◦ blue 130

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

Shades of Medium Red Violet #B24182

Tints of Medium Red Violet #B24182

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 47.72%
G = 17.43%
B = 34.85%

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

#B24182 (or 0xB24182) is known color: Medium Red Violet. HEX triplet: B2, 41 and 82. RGB value is (178,65,130). Sum of RGB (Red+Green+Blue) = 178+65+130=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B24182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24182 is #4DBE7D. Grayscale: #6A6A6A. Windows color (decimal): -5095038 or 8536498. OLE color: 8536498.

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

Color convert

RGB 178 65 130 -
CMYK 0 0.63 0.27 0.30
HSL 325.49º 0.47% 0.48% -
HSV(B) 325.49º 0.63% 0.7% -
XYZ 24.28 14.86 22.71 -
YUV 106.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 178 65 130 0 0.63 0.27 0.30 325.49 0.47 0.48
Hex B2 41 82 0 3F 1B 1E 145 2F 30
Octal 262 101 202 0 77 33 36 505 57 60
Binary 10110010 1000001 10000010 0 111111 11011 11110 101000101 101111 110000

Color Harmonies of #B24182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24182

Black with #B24182

Text Example


Text Example

White with #B24182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24182; }

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

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

background-color css

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

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

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

border-color css

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

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

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