Html Css Color HEX #BB489D Mulberry

📋 copy color: '#BB489D'

red 187 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #BB489D

Tints of Mulberry #BB489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 44.95%
G = 17.31%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BB489D (or 0xBB489D) is known color: Mulberry. HEX triplet: BB, 48 and 9D. RGB value is (187,72,157). Sum of RGB (Red+Green+Blue) = 187+72+157=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB489D is #44B762. Grayscale: #737373. Windows color (decimal): -4503395 or 10307771. OLE color: 10307771.

HSL color Cylindrical-coordinate representation of color #BB489D: hue angle of 315.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB489D is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 157 -
CMYK 0 0.61 0.16 0.27
HSL 315.65º 0.46% 0.51% -
HSV(B) 315.65º 0.61% 0.73% -
XYZ 28.9 17.63 33.78 -
YUV 116.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 187 72 157 0 0.61 0.16 0.27 315.65 0.46 0.51
Hex BB 48 9D 0 3D 10 1B 13C 2E 33
Octal 273 110 235 0 75 20 33 474 56 63
Binary 10111011 1001000 10011101 0 111101 10000 11011 100111100 101110 110011

Color Harmonies of #BB489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB489D

Black with #BB489D

Text Example


Text Example

White with #BB489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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