Html Css Color HEX #BB4386 Mulberry

📋 copy color: '#BB4386'

red 187 ◦ green 67 ◦ blue 134

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

Shades of Mulberry #BB4386

Tints of Mulberry #BB4386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

 BLUE value IS 134 (52.73% from 255) = 34.54%

R = 48.2%
G = 17.27%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BB4386 (or 0xBB4386) is known color: Mulberry. HEX triplet: BB, 43 and 86. RGB value is (187,67,134). Sum of RGB (Red+Green+Blue) = 187+67+134=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4386 is #44BC79. Grayscale: #6E6E6E. Windows color (decimal): -4504698 or 8799163. OLE color: 8799163.

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

Color convert

RGB 187 67 134 -
CMYK 0 0.64 0.28 0.27
HSL 326.5º 0.47% 0.5% -
HSV(B) 326.5º 0.64% 0.73% -
XYZ 26.8 16.3 24.29 -
YUV 110.52 141.26 182.55 -
System Red Green Blue C M Y K H S L
Decimal 187 67 134 0 0.64 0.28 0.27 326.5 0.47 0.5
Hex BB 43 86 0 40 1C 1B 146 2F 32
Octal 273 103 206 0 100 34 33 506 57 62
Binary 10111011 1000011 10000110 0 1000000 11100 11011 101000110 101111 110010

Color Harmonies of #BB4386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4386

Black with #BB4386

Text Example


Text Example

White with #BB4386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4386; }

 p { color: rgb(187,67,134); }

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

background-color css

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

 a { background-color: rgb(187,67,134); }

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

border-color css

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

 span { border-color: rgb(187,67,134); }

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