Html Css Color HEX #BC5294 Mulberry

📋 copy color: '#BC5294'

red 188 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #BC5294

Tints of Mulberry #BC5294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

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

R = 44.98%
G = 19.62%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC5294 (or 0xBC5294) is known color: Mulberry. HEX triplet: BC, 52 and 94. RGB value is (188,82,148). Sum of RGB (Red+Green+Blue) = 188+82+148=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5294 is #43AD6B. Grayscale: #797979. Windows color (decimal): -4435308 or 9720508. OLE color: 9720508.

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

Color convert

RGB 188 82 148 -
CMYK 0 0.56 0.21 0.26
HSL 322.64º 0.44% 0.53% -
HSV(B) 322.64º 0.56% 0.74% -
XYZ 29.1 18.86 30.12 -
YUV 121.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 188 82 148 0 0.56 0.21 0.26 322.64 0.44 0.53
Hex BC 52 94 0 38 15 1A 143 2C 35
Octal 274 122 224 0 70 25 32 503 54 65
Binary 10111100 1010010 10010100 0 111000 10101 11010 101000011 101100 110101

Color Harmonies of #BC5294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5294

Black with #BC5294

Text Example


Text Example

White with #BC5294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5294; }

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

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

background-color css

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

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

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

border-color css

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

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

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