Html Css Color HEX #BB4A8B Mulberry

📋 copy color: '#BB4A8B'

red 187 ◦ green 74 ◦ blue 139

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

Shades of Mulberry #BB4A8B

Tints of Mulberry #BB4A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.5%

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 46.75%
G = 18.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB4A8B (or 0xBB4A8B) is known color: Mulberry. HEX triplet: BB, 4A and 8B. RGB value is (187,74,139). Sum of RGB (Red+Green+Blue) = 187+74+139=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A8B is #44B574. Grayscale: #737373. Windows color (decimal): -4502901 or 9128635. OLE color: 9128635.

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

Color convert

RGB 187 74 139 -
CMYK 0 0.60 0.26 0.27
HSL 325.49º 0.45% 0.51% -
HSV(B) 325.49º 0.6% 0.73% -
XYZ 27.6 17.33 26.32 -
YUV 115.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 187 74 139 0 0.60 0.26 0.27 325.49 0.45 0.51
Hex BB 4A 8B 0 3C 1A 1B 145 2D 33
Octal 273 112 213 0 74 32 33 505 55 63
Binary 10111011 1001010 10001011 0 111100 11010 11011 101000101 101101 110011

Color Harmonies of #BB4A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A8B

Black with #BB4A8B

Text Example


Text Example

White with #BB4A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A8B; }

 p { color: rgb(187,74,139); }

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

background-color css

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

 a { background-color: rgb(187,74,139); }

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

border-color css

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

 span { border-color: rgb(187,74,139); }

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