Html Css Color HEX #B24296 Medium Red Violet

📋 copy color: '#B24296'

red 178 ◦ green 66 ◦ blue 150

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

Shades of Medium Red Violet #B24296

Tints of Medium Red Violet #B24296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 45.18%
G = 16.75%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B24296 (or 0xB24296) is known color: Medium Red Violet. HEX triplet: B2, 42 and 96. RGB value is (178,66,150). Sum of RGB (Red+Green+Blue) = 178+66+150=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B24296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24296 is #4DBD69. Grayscale: #6C6C6C. Windows color (decimal): -5094762 or 9847474. OLE color: 9847474.

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

Color convert

RGB 178 66 150 -
CMYK 0 0.63 0.16 0.30
HSL 315º 0.46% 0.48% -
HSV(B) 315º 0.63% 0.7% -
XYZ 25.81 15.56 30.5 -
YUV 109.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 178 66 150 0 0.63 0.16 0.30 315 0.46 0.48
Hex B2 42 96 0 3F 10 1E 13B 2E 30
Octal 262 102 226 0 77 20 36 473 56 60
Binary 10110010 1000010 10010110 0 111111 10000 11110 100111011 101110 110000

Color Harmonies of #B24296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24296

Black with #B24296

Text Example


Text Example

White with #B24296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24296; }

 p { color: rgb(178,66,150); }

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

background-color css

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

 a { background-color: rgb(178,66,150); }

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

border-color css

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

 span { border-color: rgb(178,66,150); }

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