Html Css Color HEX #B24088 Medium Red Violet

📋 copy color: '#B24088'

red 178 ◦ green 64 ◦ blue 136

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

Shades of Medium Red Violet #B24088

Tints of Medium Red Violet #B24088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 47.09%
G = 16.93%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B24088 (or 0xB24088) is known color: Medium Red Violet. HEX triplet: B2, 40 and 88. RGB value is (178,64,136). Sum of RGB (Red+Green+Blue) = 178+64+136=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B24088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24088 is #4DBF77. Grayscale: #6A6A6A. Windows color (decimal): -5095288 or 8929458. OLE color: 8929458.

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

Color convert

RGB 178 64 136 -
CMYK 0 0.64 0.24 0.30
HSL 322.11º 0.47% 0.47% -
HSV(B) 322.11º 0.64% 0.7% -
XYZ 24.64 14.91 24.87 -
YUV 106.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 178 64 136 0 0.64 0.24 0.30 322.11 0.47 0.47
Hex B2 40 88 0 40 18 1E 142 2F 2F
Octal 262 100 210 0 100 30 36 502 57 57
Binary 10110010 1000000 10001000 0 1000000 11000 11110 101000010 101111 101111

Color Harmonies of #B24088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24088

Black with #B24088

Text Example


Text Example

White with #B24088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24088; }

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

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

background-color css

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

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

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

border-color css

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

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

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