Html Css Color HEX #BB5C9A Mulberry

📋 copy color: '#BB5C9A'

red 187 ◦ green 92 ◦ blue 154

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

Shades of Mulberry #BB5C9A

Tints of Mulberry #BB5C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 43.19%
G = 21.25%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB5C9A (or 0xBB5C9A) is known color: Mulberry. HEX triplet: BB, 5C and 9A. RGB value is (187,92,154). Sum of RGB (Red+Green+Blue) = 187+92+154=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C9A is #44A365. Grayscale: #7F7F7F. Windows color (decimal): -4498278 or 10116283. OLE color: 10116283.

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

Color convert

RGB 187 92 154 -
CMYK 0 0.51 0.18 0.27
HSL 320.84º 0.41% 0.55% -
HSV(B) 320.84º 0.51% 0.73% -
XYZ 30.15 20.55 32.95 -
YUV 127.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 187 92 154 0 0.51 0.18 0.27 320.84 0.41 0.55
Hex BB 5C 9A 0 33 12 1B 141 29 37
Octal 273 134 232 0 63 22 33 501 51 67
Binary 10111011 1011100 10011010 0 110011 10010 11011 101000001 101001 110111

Color Harmonies of #BB5C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5C9A

Black with #BB5C9A

Text Example


Text Example

White with #BB5C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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