Html Css Color HEX #B24699 Mulberry

📋 copy color: '#B24699'

red 178 ◦ green 70 ◦ blue 153

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

Shades of Mulberry #B24699

Tints of Mulberry #B24699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.46%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 44.39%
G = 17.46%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B24699 (or 0xB24699) is known color: Mulberry. HEX triplet: B2, 46 and 99. RGB value is (178,70,153). Sum of RGB (Red+Green+Blue) = 178+70+153=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B24699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24699 is #4DB966. Grayscale: #6F6F6F. Windows color (decimal): -5093735 or 10045106. OLE color: 10045106.

HSL color Cylindrical-coordinate representation of color #B24699: hue angle of 313.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24699 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 153 -
CMYK 0 0.61 0.14 0.30
HSL 313.89º 0.44% 0.49% -
HSV(B) 313.89º 0.61% 0.7% -
XYZ 26.3 16.15 31.87 -
YUV 111.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 178 70 153 0 0.61 0.14 0.30 313.89 0.44 0.49
Hex B2 46 99 0 3D E 1E 13A 2C 31
Octal 262 106 231 0 75 16 36 472 54 61
Binary 10110010 1000110 10011001 0 111101 1110 11110 100111010 101100 110001

Color Harmonies of #B24699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24699

Black with #B24699

Text Example


Text Example

White with #B24699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24699; }

 p { color: rgb(178,70,153); }

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

background-color css

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

 a { background-color: rgb(178,70,153); }

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

border-color css

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

 span { border-color: rgb(178,70,153); }

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