Html Css Color HEX #BB5C8A Mulberry

📋 copy color: '#BB5C8A'

red 187 ◦ green 92 ◦ blue 138

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

Shades of Mulberry #BB5C8A

Tints of Mulberry #BB5C8A

RGB

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

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

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

R = 44.84%
G = 22.06%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB5C8A (or 0xBB5C8A) is known color: Mulberry. HEX triplet: BB, 5C and 8A. RGB value is (187,92,138). Sum of RGB (Red+Green+Blue) = 187+92+138=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C8A is #44A375. Grayscale: #7D7D7D. Windows color (decimal): -4498294 or 9067707. OLE color: 9067707.

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

Color convert

RGB 187 92 138 -
CMYK 0 0.51 0.26 0.27
HSL 330.95º 0.41% 0.55% -
HSV(B) 330.95º 0.51% 0.73% -
XYZ 28.91 20.05 26.39 -
YUV 125.65 134.97 171.76 -
System Red Green Blue C M Y K H S L
Decimal 187 92 138 0 0.51 0.26 0.27 330.95 0.41 0.55
Hex BB 5C 8A 0 33 1A 1B 14B 29 37
Octal 273 134 212 0 63 32 33 513 51 67
Binary 10111011 1011100 10001010 0 110011 11010 11011 101001011 101001 110111

Color Harmonies of #BB5C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C8A

Black with #BB5C8A

Text Example


Text Example

White with #BB5C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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