Html Css Color HEX #BC5C98 Mulberry

📋 copy color: '#BC5C98'

red 188 ◦ green 92 ◦ blue 152

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

Shades of Mulberry #BC5C98

Tints of Mulberry #BC5C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 43.52%
G = 21.3%
B = 35.19%

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

#BC5C98 (or 0xBC5C98) is known color: Mulberry. HEX triplet: BC, 5C and 98. RGB value is (188,92,152). Sum of RGB (Red+Green+Blue) = 188+92+152=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5C98 is #43A367. Grayscale: #7F7F7F. Windows color (decimal): -4432744 or 9985212. OLE color: 9985212.

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

Color convert

RGB 188 92 152 -
CMYK 0 0.51 0.19 0.26
HSL 322.5º 0.42% 0.55% -
HSV(B) 322.5º 0.51% 0.74% -
XYZ 30.23 20.61 32.09 -
YUV 127.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 188 92 152 0 0.51 0.19 0.26 322.5 0.42 0.55
Hex BC 5C 98 0 33 13 1A 142 2A 37
Octal 274 134 230 0 63 23 32 502 52 67
Binary 10111100 1011100 10011000 0 110011 10011 11010 101000010 101010 110111

Color Harmonies of #BC5C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C98

Black with #BC5C98

Text Example


Text Example

White with #BC5C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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