Html Css Color HEX #BB428E Mulberry

📋 copy color: '#BB428E'

red 187 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #BB428E

Tints of Mulberry #BB428E

RGB

 RED value IS 187 (73.44% from 255) = 47.34%

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

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

R = 47.34%
G = 16.71%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB428E (or 0xBB428E) is known color: Mulberry. HEX triplet: BB, 42 and 8E. RGB value is (187,66,142). Sum of RGB (Red+Green+Blue) = 187+66+142=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB428E is #44BD71. Grayscale: #6E6E6E. Windows color (decimal): -4504946 or 9323195. OLE color: 9323195.

HSL color Cylindrical-coordinate representation of color #BB428E: hue angle of 322.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB428E is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 142 -
CMYK 0 0.65 0.24 0.27
HSL 322.31º 0.48% 0.5% -
HSV(B) 322.31º 0.65% 0.73% -
XYZ 27.32 16.41 27.32 -
YUV 110.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 187 66 142 0 0.65 0.24 0.27 322.31 0.48 0.5
Hex BB 42 8E 0 41 18 1B 142 30 32
Octal 273 102 216 0 101 30 33 502 60 62
Binary 10111011 1000010 10001110 0 1000001 11000 11011 101000010 110000 110010

Color Harmonies of #BB428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB428E

Black with #BB428E

Text Example


Text Example

White with #BB428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB428E; }

 p { color: rgb(187,66,142); }

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

background-color css

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

 a { background-color: rgb(187,66,142); }

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

border-color css

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

 span { border-color: rgb(187,66,142); }

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