Html Css Color HEX #BB4F8D Mulberry

📋 copy color: '#BB4F8D'

red 187 ◦ green 79 ◦ blue 141

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

Shades of Mulberry #BB4F8D

Tints of Mulberry #BB4F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 45.95%
G = 19.41%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB4F8D (or 0xBB4F8D) is known color: Mulberry. HEX triplet: BB, 4F and 8D. RGB value is (187,79,141). Sum of RGB (Red+Green+Blue) = 187+79+141=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4F8D is #44B072. Grayscale: #767676. Windows color (decimal): -4501619 or 9260987. OLE color: 9260987.

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

Color convert

RGB 187 79 141 -
CMYK 0 0.58 0.25 0.27
HSL 325.56º 0.44% 0.52% -
HSV(B) 325.56º 0.58% 0.73% -
XYZ 28.1 18.08 27.21 -
YUV 118.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 187 79 141 0 0.58 0.25 0.27 325.56 0.44 0.52
Hex BB 4F 8D 0 3A 19 1B 146 2C 34
Octal 273 117 215 0 72 31 33 506 54 64
Binary 10111011 1001111 10001101 0 111010 11001 11011 101000110 101100 110100

Color Harmonies of #BB4F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F8D

Black with #BB4F8D

Text Example


Text Example

White with #BB4F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F8D; }

 p { color: rgb(187,79,141); }

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

background-color css

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

 a { background-color: rgb(187,79,141); }

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

border-color css

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

 span { border-color: rgb(187,79,141); }

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