Html Css Color HEX #BB5C90 Mulberry

📋 copy color: '#BB5C90'

red 187 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #BB5C90

Tints of Mulberry #BB5C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

 BLUE value IS 144 (56.64% from 255) = 34.04%

R = 44.21%
G = 21.75%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB5C90 (or 0xBB5C90) is known color: Mulberry. HEX triplet: BB, 5C and 90. RGB value is (187,92,144). Sum of RGB (Red+Green+Blue) = 187+92+144=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C90 is #44A36F. Grayscale: #7E7E7E. Windows color (decimal): -4498288 or 9460923. OLE color: 9460923.

HSL color Cylindrical-coordinate representation of color #BB5C90: hue angle of 327.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5C90 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 92 144 -
CMYK 0 0.51 0.23 0.27
HSL 327.16º 0.41% 0.55% -
HSV(B) 327.16º 0.51% 0.73% -
XYZ 29.35 20.23 28.74 -
YUV 126.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 187 92 144 0 0.51 0.23 0.27 327.16 0.41 0.55
Hex BB 5C 90 0 33 17 1B 147 29 37
Octal 273 134 220 0 63 27 33 507 51 67
Binary 10111011 1011100 10010000 0 110011 10111 11011 101000111 101001 110111

Color Harmonies of #BB5C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C90

Black with #BB5C90

Text Example


Text Example

White with #BB5C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C90; }

 p { color: rgb(187,92,144); }

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

background-color css

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

 a { background-color: rgb(187,92,144); }

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

border-color css

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

 span { border-color: rgb(187,92,144); }

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