Html Css Color HEX #BC5C99 Mulberry

📋 copy color: '#BC5C99'

red 188 ◦ green 92 ◦ blue 153

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

Shades of Mulberry #BC5C99

Tints of Mulberry #BC5C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.25%

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

R = 43.42%
G = 21.25%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC5C99 (or 0xBC5C99) is known color: Mulberry. HEX triplet: BC, 5C and 99. RGB value is (188,92,153). Sum of RGB (Red+Green+Blue) = 188+92+153=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5C99 is #43A366. Grayscale: #7F7F7F. Windows color (decimal): -4432743 or 10050748. OLE color: 10050748.

HSL color Cylindrical-coordinate representation of color #BC5C99: hue angle of 321.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC5C99 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 92 153 -
CMYK 0 0.51 0.19 0.26
HSL 321.88º 0.42% 0.55% -
HSV(B) 321.88º 0.51% 0.74% -
XYZ 30.32 20.65 32.52 -
YUV 127.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 188 92 153 0 0.51 0.19 0.26 321.88 0.42 0.55
Hex BC 5C 99 0 33 13 1A 142 2A 37
Octal 274 134 231 0 63 23 32 502 52 67
Binary 10111100 1011100 10011001 0 110011 10011 11010 101000010 101010 110111

Color Harmonies of #BC5C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C99

Black with #BC5C99

Text Example


Text Example

White with #BC5C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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