Html Css Color HEX #BB5E94 Mulberry

📋 copy color: '#BB5E94'

red 187 ◦ green 94 ◦ blue 148

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

Shades of Mulberry #BB5E94

Tints of Mulberry #BB5E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.5%

R = 43.59%
G = 21.91%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB5E94 (or 0xBB5E94) is known color: Mulberry. HEX triplet: BB, 5E and 94. RGB value is (187,94,148). Sum of RGB (Red+Green+Blue) = 187+94+148=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5E94 is #44A16B. Grayscale: #7F7F7F. Windows color (decimal): -4497772 or 9723579. OLE color: 9723579.

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

Color convert

RGB 187 94 148 -
CMYK 0 0.50 0.21 0.27
HSL 325.16º 0.41% 0.55% -
HSV(B) 325.16º 0.5% 0.73% -
XYZ 29.84 20.71 30.44 -
YUV 127.96 139.31 170.11 -
System Red Green Blue C M Y K H S L
Decimal 187 94 148 0 0.50 0.21 0.27 325.16 0.41 0.55
Hex BB 5E 94 0 32 15 1B 145 29 37
Octal 273 136 224 0 62 25 33 505 51 67
Binary 10111011 1011110 10010100 0 110010 10101 11011 101000101 101001 110111

Color Harmonies of #BB5E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E94

Black with #BB5E94

Text Example


Text Example

White with #BB5E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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