Html Css Color HEX #BB5E9D Mulberry

📋 copy color: '#BB5E9D'

red 187 ◦ green 94 ◦ blue 157

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

Shades of Mulberry #BB5E9D

Tints of Mulberry #BB5E9D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.46%

 BLUE value IS 157 (61.72% from 255) = 35.84%

R = 42.69%
G = 21.46%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB5E9D (or 0xBB5E9D) is known color: Mulberry. HEX triplet: BB, 5E and 9D. RGB value is (187,94,157). Sum of RGB (Red+Green+Blue) = 187+94+157=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E9D is #44A162. Grayscale: #808080. Windows color (decimal): -4497763 or 10313403. OLE color: 10313403.

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

Color convert

RGB 187 94 157 -
CMYK 0 0.50 0.16 0.27
HSL 319.35º 0.41% 0.55% -
HSV(B) 319.35º 0.5% 0.73% -
XYZ 30.58 21 34.34 -
YUV 128.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 187 94 157 0 0.50 0.16 0.27 319.35 0.41 0.55
Hex BB 5E 9D 0 32 10 1B 13F 29 37
Octal 273 136 235 0 62 20 33 477 51 67
Binary 10111011 1011110 10011101 0 110010 10000 11011 100111111 101001 110111

Color Harmonies of #BB5E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E9D

Black with #BB5E9D

Text Example


Text Example

White with #BB5E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E9D; }

 p { color: rgb(187,94,157); }

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

background-color css

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

 a { background-color: rgb(187,94,157); }

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

border-color css

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

 span { border-color: rgb(187,94,157); }

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