Html Css Color HEX #BB4982 Mulberry

📋 copy color: '#BB4982'

red 187 ◦ green 73 ◦ blue 130

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

Shades of Mulberry #BB4982

Tints of Mulberry #BB4982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 47.95%
G = 18.72%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB4982 (or 0xBB4982) is known color: Mulberry. HEX triplet: BB, 49 and 82. RGB value is (187,73,130). Sum of RGB (Red+Green+Blue) = 187+73+130=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4982 is #44B67D. Grayscale: #717171. Windows color (decimal): -4503166 or 8538555. OLE color: 8538555.

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

Color convert

RGB 187 73 130 -
CMYK 0 0.61 0.30 0.27
HSL 330º 0.46% 0.51% -
HSV(B) 330º 0.61% 0.73% -
XYZ 26.91 16.94 22.97 -
YUV 113.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 187 73 130 0 0.61 0.30 0.27 330 0.46 0.51
Hex BB 49 82 0 3D 1E 1B 14A 2E 33
Octal 273 111 202 0 75 36 33 512 56 63
Binary 10111011 1001001 10000010 0 111101 11110 11011 101001010 101110 110011

Color Harmonies of #BB4982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4982

Black with #BB4982

Text Example


Text Example

White with #BB4982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4982; }

 p { color: rgb(187,73,130); }

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

background-color css

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

 a { background-color: rgb(187,73,130); }

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

border-color css

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

 span { border-color: rgb(187,73,130); }

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