Html Css Color HEX #BB5D8A Mulberry

📋 copy color: '#BB5D8A'

red 187 ◦ green 93 ◦ blue 138

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

Shades of Mulberry #BB5D8A

Tints of Mulberry #BB5D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.25%

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 44.74%
G = 22.25%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB5D8A (or 0xBB5D8A) is known color: Mulberry. HEX triplet: BB, 5D and 8A. RGB value is (187,93,138). Sum of RGB (Red+Green+Blue) = 187+93+138=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5D8A is #44A275. Grayscale: #7E7E7E. Windows color (decimal): -4498038 or 9067963. OLE color: 9067963.

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

Color convert

RGB 187 93 138 -
CMYK 0 0.50 0.26 0.27
HSL 331.28º 0.41% 0.55% -
HSV(B) 331.28º 0.5% 0.73% -
XYZ 29 20.23 26.42 -
YUV 126.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 187 93 138 0 0.50 0.26 0.27 331.28 0.41 0.55
Hex BB 5D 8A 0 32 1A 1B 14B 29 37
Octal 273 135 212 0 62 32 33 513 51 67
Binary 10111011 1011101 10001010 0 110010 11010 11011 101001011 101001 110111

Color Harmonies of #BB5D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5D8A

Black with #BB5D8A

Text Example


Text Example

White with #BB5D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5D8A; }

 p { color: rgb(187,93,138); }

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

background-color css

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

 a { background-color: rgb(187,93,138); }

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

border-color css

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

 span { border-color: rgb(187,93,138); }

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