Html Css Color HEX #B24B8E Mulberry

📋 copy color: '#B24B8E'

red 178 ◦ green 75 ◦ blue 142

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

Shades of Mulberry #B24B8E

Tints of Mulberry #B24B8E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 45.06%
G = 18.99%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B24B8E (or 0xB24B8E) is known color: Mulberry. HEX triplet: B2, 4B and 8E. RGB value is (178,75,142). Sum of RGB (Red+Green+Blue) = 178+75+142=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B8E is #4DB471. Grayscale: #717171. Windows color (decimal): -5092466 or 9325490. OLE color: 9325490.

HSL color Cylindrical-coordinate representation of color #B24B8E: hue angle of 320.97º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24B8E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 75 142 -
CMYK 0 0.58 0.20 0.30
HSL 320.97º 0.41% 0.5% -
HSV(B) 320.97º 0.58% 0.7% -
XYZ 25.76 16.45 27.41 -
YUV 113.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 178 75 142 0 0.58 0.20 0.30 320.97 0.41 0.5
Hex B2 4B 8E 0 3A 14 1E 141 29 32
Octal 262 113 216 0 72 24 36 501 51 62
Binary 10110010 1001011 10001110 0 111010 10100 11110 101000001 101001 110010

Color Harmonies of #B24B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B8E

Black with #B24B8E

Text Example


Text Example

White with #B24B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B8E; }

 p { color: rgb(178,75,142); }

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

background-color css

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

 a { background-color: rgb(178,75,142); }

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

border-color css

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

 span { border-color: rgb(178,75,142); }

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