Html Css Color HEX #BB428B Mulberry

📋 copy color: '#BB428B'

red 187 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #BB428B

Tints of Mulberry #BB428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 47.7%
G = 16.84%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB428B (or 0xBB428B) is known color: Mulberry. HEX triplet: BB, 42 and 8B. RGB value is (187,66,139). Sum of RGB (Red+Green+Blue) = 187+66+139=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB428B is #44BD74. Grayscale: #6E6E6E. Windows color (decimal): -4504949 or 9126587. OLE color: 9126587.

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

Color convert

RGB 187 66 139 -
CMYK 0 0.65 0.26 0.27
HSL 323.8º 0.48% 0.5% -
HSV(B) 323.8º 0.65% 0.73% -
XYZ 27.1 16.33 26.15 -
YUV 110.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 187 66 139 0 0.65 0.26 0.27 323.8 0.48 0.5
Hex BB 42 8B 0 41 1A 1B 144 30 32
Octal 273 102 213 0 101 32 33 504 60 62
Binary 10111011 1000010 10001011 0 1000001 11010 11011 101000100 110000 110010

Color Harmonies of #BB428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB428B

Black with #BB428B

Text Example


Text Example

White with #BB428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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