Html Css Color HEX #BC5D8A Mulberry

📋 copy color: '#BC5D8A'

red 188 ◦ green 93 ◦ blue 138

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

Shades of Mulberry #BC5D8A

Tints of Mulberry #BC5D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 44.87%
G = 22.2%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC5D8A (or 0xBC5D8A) is known color: Mulberry. HEX triplet: BC, 5D and 8A. RGB value is (188,93,138). Sum of RGB (Red+Green+Blue) = 188+93+138=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5D8A is #43A275. Grayscale: #7E7E7E. Windows color (decimal): -4432502 or 9067964. OLE color: 9067964.

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

Color convert

RGB 188 93 138 -
CMYK 0 0.51 0.27 0.26
HSL 331.58º 0.41% 0.55% -
HSV(B) 331.58º 0.51% 0.74% -
XYZ 29.24 20.36 26.43 -
YUV 126.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 188 93 138 0 0.51 0.27 0.26 331.58 0.41 0.55
Hex BC 5D 8A 0 33 1B 1A 14C 29 37
Octal 274 135 212 0 63 33 32 514 51 67
Binary 10111100 1011101 10001010 0 110011 11011 11010 101001100 101001 110111

Color Harmonies of #BC5D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D8A

Black with #BC5D8A

Text Example


Text Example

White with #BC5D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D8A; }

 p { color: rgb(188,93,138); }

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

background-color css

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

 a { background-color: rgb(188,93,138); }

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

border-color css

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

 span { border-color: rgb(188,93,138); }

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