Html Css Color HEX #BC4F99 Mulberry

📋 copy color: '#BC4F99'

red 188 ◦ green 79 ◦ blue 153

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

Shades of Mulberry #BC4F99

Tints of Mulberry #BC4F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 44.76%
G = 18.81%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC4F99 (or 0xBC4F99) is known color: Mulberry. HEX triplet: BC, 4F and 99. RGB value is (188,79,153). Sum of RGB (Red+Green+Blue) = 188+79+153=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F99 is #43B066. Grayscale: #777777. Windows color (decimal): -4436071 or 10047420. OLE color: 10047420.

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

Color convert

RGB 188 79 153 -
CMYK 0 0.58 0.19 0.26
HSL 319.27º 0.45% 0.52% -
HSV(B) 319.27º 0.58% 0.74% -
XYZ 29.28 18.58 32.18 -
YUV 120.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 188 79 153 0 0.58 0.19 0.26 319.27 0.45 0.52
Hex BC 4F 99 0 3A 13 1A 13F 2D 34
Octal 274 117 231 0 72 23 32 477 55 64
Binary 10111100 1001111 10011001 0 111010 10011 11010 100111111 101101 110100

Color Harmonies of #BC4F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F99

Black with #BC4F99

Text Example


Text Example

White with #BC4F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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