Html Css Color HEX #BB4491 Mulberry

📋 copy color: '#BB4491'

red 187 ◦ green 68 ◦ blue 145

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

Shades of Mulberry #BB4491

Tints of Mulberry #BB4491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17%

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

R = 46.75%
G = 17%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB4491 (or 0xBB4491) is known color: Mulberry. HEX triplet: BB, 44 and 91. RGB value is (187,68,145). Sum of RGB (Red+Green+Blue) = 187+68+145=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4491 is #44BB6E. Grayscale: #707070. Windows color (decimal): -4504431 or 9520315. OLE color: 9520315.

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

Color convert

RGB 187 68 145 -
CMYK 0 0.64 0.22 0.27
HSL 321.18º 0.47% 0.5% -
HSV(B) 321.18º 0.64% 0.73% -
XYZ 27.67 16.74 28.56 -
YUV 112.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 187 68 145 0 0.64 0.22 0.27 321.18 0.47 0.5
Hex BB 44 91 0 40 16 1B 141 2F 32
Octal 273 104 221 0 100 26 33 501 57 62
Binary 10111011 1000100 10010001 0 1000000 10110 11011 101000001 101111 110010

Color Harmonies of #BB4491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4491

Black with #BB4491

Text Example


Text Example

White with #BB4491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4491; }

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

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

background-color css

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

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

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

border-color css

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

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

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