Html Css Color HEX #BB5DA1 Mulberry

📋 copy color: '#BB5DA1'

red 187 ◦ green 93 ◦ blue 161

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

Shades of Mulberry #BB5DA1

Tints of Mulberry #BB5DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.51%

R = 42.4%
G = 21.09%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB5DA1 (or 0xBB5DA1) is known color: Mulberry. HEX triplet: BB, 5D and A1. RGB value is (187,93,161). Sum of RGB (Red+Green+Blue) = 187+93+161=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DA1 is #44A25E. Grayscale: #808080. Windows color (decimal): -4498015 or 10575291. OLE color: 10575291.

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

Color convert

RGB 187 93 161 -
CMYK 0 0.50 0.14 0.27
HSL 316.6º 0.41% 0.55% -
HSV(B) 316.6º 0.5% 0.73% -
XYZ 30.84 20.97 36.14 -
YUV 128.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 187 93 161 0 0.50 0.14 0.27 316.6 0.41 0.55
Hex BB 5D A1 0 32 E 1B 13D 29 37
Octal 273 135 241 0 62 16 33 475 51 67
Binary 10111011 1011101 10100001 0 110010 1110 11011 100111101 101001 110111

Color Harmonies of #BB5DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DA1

Black with #BB5DA1

Text Example


Text Example

White with #BB5DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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