Html Css Color HEX #BC4F89 Mulberry

📋 copy color: '#BC4F89'

red 188 ◦ green 79 ◦ blue 137

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

Shades of Mulberry #BC4F89

Tints of Mulberry #BC4F89

RGB

 RED value IS 188 (73.83% from 255) = 46.53%

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

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 46.53%
G = 19.55%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC4F89 (or 0xBC4F89) is known color: Mulberry. HEX triplet: BC, 4F and 89. RGB value is (188,79,137). Sum of RGB (Red+Green+Blue) = 188+79+137=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F89 is #43B076. Grayscale: #767676. Windows color (decimal): -4436087 or 8998844. OLE color: 8998844.

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

Color convert

RGB 188 79 137 -
CMYK 0 0.58 0.27 0.26
HSL 328.07º 0.45% 0.52% -
HSV(B) 328.07º 0.58% 0.74% -
XYZ 28.05 18.09 25.68 -
YUV 118.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 188 79 137 0 0.58 0.27 0.26 328.07 0.45 0.52
Hex BC 4F 89 0 3A 1B 1A 148 2D 34
Octal 274 117 211 0 72 33 32 510 55 64
Binary 10111100 1001111 10001001 0 111010 11011 11010 101001000 101101 110100

Color Harmonies of #BC4F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F89

Black with #BC4F89

Text Example


Text Example

White with #BC4F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F89; }

 p { color: rgb(188,79,137); }

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

background-color css

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

 a { background-color: rgb(188,79,137); }

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

border-color css

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

 span { border-color: rgb(188,79,137); }

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