Html Css Color HEX #B24B9C Mulberry

📋 copy color: '#B24B9C'

red 178 ◦ green 75 ◦ blue 156

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

Shades of Mulberry #B24B9C

Tints of Mulberry #B24B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.14%

R = 43.52%
G = 18.34%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B24B9C (or 0xB24B9C) is known color: Mulberry. HEX triplet: B2, 4B and 9C. RGB value is (178,75,156). Sum of RGB (Red+Green+Blue) = 178+75+156=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24B9C is #4DB463. Grayscale: #727272. Windows color (decimal): -5092452 or 10242994. OLE color: 10242994.

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

Color convert

RGB 178 75 156 -
CMYK 0 0.58 0.12 0.30
HSL 312.82º 0.41% 0.5% -
HSV(B) 312.82º 0.58% 0.7% -
XYZ 26.88 16.9 33.3 -
YUV 115.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 178 75 156 0 0.58 0.12 0.30 312.82 0.41 0.5
Hex B2 4B 9C 0 3A C 1E 139 29 32
Octal 262 113 234 0 72 14 36 471 51 62
Binary 10110010 1001011 10011100 0 111010 1100 11110 100111001 101001 110010

Color Harmonies of #B24B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B9C

Black with #B24B9C

Text Example


Text Example

White with #B24B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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