Html Css Color HEX #B8429A Mulberry

📋 copy color: '#B8429A'

red 184 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #B8429A

Tints of Mulberry #B8429A

RGB

 RED value IS 184 (72.27% from 255) = 45.54%

 GREEN value IS 66 (26.17% from 255) = 16.34%

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 45.54%
G = 16.34%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#B8429A (or 0xB8429A) is known color: Mulberry. HEX triplet: B8, 42 and 9A. RGB value is (184,66,154). Sum of RGB (Red+Green+Blue) = 184+66+154=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B8429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8429A is #47BD65. Grayscale: #6F6F6F. Windows color (decimal): -4701542 or 10109624. OLE color: 10109624.

HSL color Cylindrical-coordinate representation of color #B8429A: hue angle of 315.25º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8429A is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 154 -
CMYK 0 0.64 0.16 0.28
HSL 315.25º 0.47% 0.49% -
HSV(B) 315.25º 0.64% 0.72% -
XYZ 27.55 16.42 32.29 -
YUV 111.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 184 66 154 0 0.64 0.16 0.28 315.25 0.47 0.49
Hex B8 42 9A 0 40 10 1C 13B 2F 31
Octal 270 102 232 0 100 20 34 473 57 61
Binary 10111000 1000010 10011010 0 1000000 10000 11100 100111011 101111 110001

Color Harmonies of #B8429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8429A

Black with #B8429A

Text Example


Text Example

White with #B8429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8429A; }

 p { color: rgb(184,66,154); }

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

background-color css

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

 a { background-color: rgb(184,66,154); }

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

border-color css

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

 span { border-color: rgb(184,66,154); }

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