Html Css Color HEX #BB4191 Mulberry

📋 copy color: '#BB4191'

red 187 ◦ green 65 ◦ blue 145

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

Shades of Mulberry #BB4191

Tints of Mulberry #BB4191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 145 (57.03% from 255) = 36.52%

R = 47.1%
G = 16.37%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB4191 (or 0xBB4191) is known color: Mulberry. HEX triplet: BB, 41 and 91. RGB value is (187,65,145). Sum of RGB (Red+Green+Blue) = 187+65+145=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4191 is #44BE6E. Grayscale: #6E6E6E. Windows color (decimal): -4505199 or 9519547. OLE color: 9519547.

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

Color convert

RGB 187 65 145 -
CMYK 0 0.65 0.22 0.27
HSL 320.66º 0.48% 0.49% -
HSV(B) 320.66º 0.65% 0.73% -
XYZ 27.49 16.39 28.5 -
YUV 110.6 147.42 182.5 -
System Red Green Blue C M Y K H S L
Decimal 187 65 145 0 0.65 0.22 0.27 320.66 0.48 0.49
Hex BB 41 91 0 41 16 1B 141 30 31
Octal 273 101 221 0 101 26 33 501 60 61
Binary 10111011 1000001 10010001 0 1000001 10110 11011 101000001 110000 110001

Color Harmonies of #BB4191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4191

Black with #BB4191

Text Example


Text Example

White with #BB4191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4191; }

 p { color: rgb(187,65,145); }

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

background-color css

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

 a { background-color: rgb(187,65,145); }

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

border-color css

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

 span { border-color: rgb(187,65,145); }

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