Html Css Color HEX #BB428D Mulberry

📋 copy color: '#BB428D'

red 187 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #BB428D

Tints of Mulberry #BB428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 47.46%
G = 16.75%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB428D (or 0xBB428D) is known color: Mulberry. HEX triplet: BB, 42 and 8D. RGB value is (187,66,141). Sum of RGB (Red+Green+Blue) = 187+66+141=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB428D is #44BD72. Grayscale: #6E6E6E. Windows color (decimal): -4504947 or 9257659. OLE color: 9257659.

HSL color Cylindrical-coordinate representation of color #BB428D: hue angle of 322.81º 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 #BB428D is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 141 -
CMYK 0 0.65 0.25 0.27
HSL 322.81º 0.48% 0.5% -
HSV(B) 322.81º 0.65% 0.73% -
XYZ 27.25 16.38 26.93 -
YUV 110.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 187 66 141 0 0.65 0.25 0.27 322.81 0.48 0.5
Hex BB 42 8D 0 41 19 1B 143 30 32
Octal 273 102 215 0 101 31 33 503 60 62
Binary 10111011 1000010 10001101 0 1000001 11001 11011 101000011 110000 110010

Color Harmonies of #BB428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB428D

Black with #BB428D

Text Example


Text Example

White with #BB428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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