Html Css Color HEX #BC5894 Mulberry

📋 copy color: '#BC5894'

red 188 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #BC5894

Tints of Mulberry #BC5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.75%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 44.34%
G = 20.75%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC5894 (or 0xBC5894) is known color: Mulberry. HEX triplet: BC, 58 and 94. RGB value is (188,88,148). Sum of RGB (Red+Green+Blue) = 188+88+148=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5894 is #43A76B. Grayscale: #7C7C7C. Windows color (decimal): -4433772 or 9722044. OLE color: 9722044.

HSL color Cylindrical-coordinate representation of color #BC5894: hue angle of 324º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5894 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 148 -
CMYK 0 0.53 0.21 0.26
HSL 324º 0.43% 0.54% -
HSV(B) 324º 0.53% 0.74% -
XYZ 29.57 19.81 30.28 -
YUV 124.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 188 88 148 0 0.53 0.21 0.26 324 0.43 0.54
Hex BC 58 94 0 35 15 1A 144 2B 36
Octal 274 130 224 0 65 25 32 504 53 66
Binary 10111100 1011000 10010100 0 110101 10101 11010 101000100 101011 110110

Color Harmonies of #BC5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5894

Black with #BC5894

Text Example


Text Example

White with #BC5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5894; }

 p { color: rgb(188,88,148); }

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

background-color css

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

 a { background-color: rgb(188,88,148); }

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

border-color css

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

 span { border-color: rgb(188,88,148); }

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