Html Css Color HEX #B8429D Mulberry

📋 copy color: '#B8429D'

red 184 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #B8429D

Tints of Mulberry #B8429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 45.21%
G = 16.22%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B8429D (or 0xB8429D) is known color: Mulberry. HEX triplet: B8, 42 and 9D. RGB value is (184,66,157). Sum of RGB (Red+Green+Blue) = 184+66+157=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8429D is #47BD62. Grayscale: #6F6F6F. Windows color (decimal): -4701539 or 10306232. OLE color: 10306232.

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

Color convert

RGB 184 66 157 -
CMYK 0 0.64 0.15 0.28
HSL 313.73º 0.47% 0.49% -
HSV(B) 313.73º 0.64% 0.72% -
XYZ 27.8 16.52 33.62 -
YUV 111.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 184 66 157 0 0.64 0.15 0.28 313.73 0.47 0.49
Hex B8 42 9D 0 40 F 1C 13A 2F 31
Octal 270 102 235 0 100 17 34 472 57 61
Binary 10111000 1000010 10011101 0 1000000 1111 11100 100111010 101111 110001

Color Harmonies of #B8429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8429D

Black with #B8429D

Text Example


Text Example

White with #B8429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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