Html Css Color HEX #BB478A Mulberry

📋 copy color: '#BB478A'

red 187 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #BB478A

Tints of Mulberry #BB478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.93%

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 47.22%
G = 17.93%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BB478A (or 0xBB478A) is known color: Mulberry. HEX triplet: BB, 47 and 8A. RGB value is (187,71,138). Sum of RGB (Red+Green+Blue) = 187+71+138=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB478A is #44B875. Grayscale: #717171. Windows color (decimal): -4503670 or 9062331. OLE color: 9062331.

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

Color convert

RGB 187 71 138 -
CMYK 0 0.62 0.26 0.27
HSL 325.34º 0.46% 0.51% -
HSV(B) 325.34º 0.62% 0.73% -
XYZ 27.33 16.91 25.87 -
YUV 113.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 187 71 138 0 0.62 0.26 0.27 325.34 0.46 0.51
Hex BB 47 8A 0 3E 1A 1B 145 2E 33
Octal 273 107 212 0 76 32 33 505 56 63
Binary 10111011 1000111 10001010 0 111110 11010 11011 101000101 101110 110011

Color Harmonies of #BB478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB478A

Black with #BB478A

Text Example


Text Example

White with #BB478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB478A; }

 p { color: rgb(187,71,138); }

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

background-color css

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

 a { background-color: rgb(187,71,138); }

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

border-color css

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

 span { border-color: rgb(187,71,138); }

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