Html Css Color HEX #BB4BA1 Mulberry

📋 copy color: '#BB4BA1'

red 187 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #BB4BA1

Tints of Mulberry #BB4BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

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

R = 44.21%
G = 17.73%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB4BA1 (or 0xBB4BA1) is known color: Mulberry. HEX triplet: BB, 4B and A1. RGB value is (187,75,161). Sum of RGB (Red+Green+Blue) = 187+75+161=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4BA1 is #44B45E. Grayscale: #767676. Windows color (decimal): -4502623 or 10570683. OLE color: 10570683.

HSL color Cylindrical-coordinate representation of color #BB4BA1: hue angle of 313.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4BA1 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 161 -
CMYK 0 0.60 0.14 0.27
HSL 313.93º 0.45% 0.51% -
HSV(B) 313.93º 0.6% 0.73% -
XYZ 29.44 18.17 35.67 -
YUV 118.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 187 75 161 0 0.60 0.14 0.27 313.93 0.45 0.51
Hex BB 4B A1 0 3C E 1B 13A 2D 33
Octal 273 113 241 0 74 16 33 472 55 63
Binary 10111011 1001011 10100001 0 111100 1110 11011 100111010 101101 110011

Color Harmonies of #BB4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BA1

Black with #BB4BA1

Text Example


Text Example

White with #BB4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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