Html Css Color HEX #BB4D9A Mulberry

📋 copy color: '#BB4D9A'

red 187 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #BB4D9A

Tints of Mulberry #BB4D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.42%

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

R = 44.74%
G = 18.42%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB4D9A (or 0xBB4D9A) is known color: Mulberry. HEX triplet: BB, 4D and 9A. RGB value is (187,77,154). Sum of RGB (Red+Green+Blue) = 187+77+154=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4D9A is #44B265. Grayscale: #767676. Windows color (decimal): -4502118 or 10112443. OLE color: 10112443.

HSL color Cylindrical-coordinate representation of color #BB4D9A: hue angle of 318º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D9A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 154 -
CMYK 0 0.59 0.18 0.27
HSL 318º 0.45% 0.52% -
HSV(B) 318º 0.59% 0.73% -
XYZ 28.98 18.21 32.56 -
YUV 118.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 187 77 154 0 0.59 0.18 0.27 318 0.45 0.52
Hex BB 4D 9A 0 3B 12 1B 13E 2D 34
Octal 273 115 232 0 73 22 33 476 55 64
Binary 10111011 1001101 10011010 0 111011 10010 11011 100111110 101101 110100

Color Harmonies of #BB4D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D9A

Black with #BB4D9A

Text Example


Text Example

White with #BB4D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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