Html Css Color HEX #B8429B Mulberry

📋 copy color: '#B8429B'

red 184 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #B8429B

Tints of Mulberry #B8429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 45.43%
G = 16.3%
B = 38.27%

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

#B8429B (or 0xB8429B) is known color: Mulberry. HEX triplet: B8, 42 and 9B. RGB value is (184,66,155). Sum of RGB (Red+Green+Blue) = 184+66+155=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8429B is #47BD64. Grayscale: #6F6F6F. Windows color (decimal): -4701541 or 10175160. OLE color: 10175160.

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

Color convert

RGB 184 66 155 -
CMYK 0 0.64 0.16 0.28
HSL 314.75º 0.47% 0.49% -
HSV(B) 314.75º 0.64% 0.72% -
XYZ 27.63 16.45 32.73 -
YUV 111.43 152.59 179.76 -
System Red Green Blue C M Y K H S L
Decimal 184 66 155 0 0.64 0.16 0.28 314.75 0.47 0.49
Hex B8 42 9B 0 40 10 1C 13B 2F 31
Octal 270 102 233 0 100 20 34 473 57 61
Binary 10111000 1000010 10011011 0 1000000 10000 11100 100111011 101111 110001

Color Harmonies of #B8429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8429B

Black with #B8429B

Text Example


Text Example

White with #B8429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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