Html Css Color HEX #B24094 Medium Red Violet

📋 copy color: '#B24094'

red 178 ◦ green 64 ◦ blue 148

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

Shades of Medium Red Violet #B24094

Tints of Medium Red Violet #B24094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 45.64%
G = 16.41%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B24094 (or 0xB24094) is known color: Medium Red Violet. HEX triplet: B2, 40 and 94. RGB value is (178,64,148). Sum of RGB (Red+Green+Blue) = 178+64+148=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B24094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24094 is #4DBF6B. Grayscale: #6B6B6B. Windows color (decimal): -5095276 or 9715890. OLE color: 9715890.

HSL color Cylindrical-coordinate representation of color #B24094: hue angle of 315.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24094 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 148 -
CMYK 0 0.64 0.17 0.30
HSL 315.79º 0.47% 0.47% -
HSV(B) 315.79º 0.64% 0.7% -
XYZ 25.54 15.27 29.62 -
YUV 107.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 178 64 148 0 0.64 0.17 0.30 315.79 0.47 0.47
Hex B2 40 94 0 40 11 1E 13C 2F 2F
Octal 262 100 224 0 100 21 36 474 57 57
Binary 10110010 1000000 10010100 0 1000000 10001 11110 100111100 101111 101111

Color Harmonies of #B24094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24094

Black with #B24094

Text Example


Text Example

White with #B24094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24094; }

 p { color: rgb(178,64,148); }

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

background-color css

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

 a { background-color: rgb(178,64,148); }

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

border-color css

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

 span { border-color: rgb(178,64,148); }

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