Html Css Color HEX #BC5298 Mulberry

📋 copy color: '#BC5298'

red 188 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #BC5298

Tints of Mulberry #BC5298

RGB

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

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

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

R = 44.55%
G = 19.43%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC5298 (or 0xBC5298) is known color: Mulberry. HEX triplet: BC, 52 and 98. RGB value is (188,82,152). Sum of RGB (Red+Green+Blue) = 188+82+152=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5298 is #43AD67. Grayscale: #797979. Windows color (decimal): -4435304 or 9982652. OLE color: 9982652.

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

Color convert

RGB 188 82 152 -
CMYK 0 0.56 0.19 0.26
HSL 320.38º 0.44% 0.53% -
HSV(B) 320.38º 0.56% 0.74% -
XYZ 29.42 18.99 31.82 -
YUV 121.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 188 82 152 0 0.56 0.19 0.26 320.38 0.44 0.53
Hex BC 52 98 0 38 13 1A 140 2C 35
Octal 274 122 230 0 70 23 32 500 54 65
Binary 10111100 1010010 10011000 0 111000 10011 11010 101000000 101100 110101

Color Harmonies of #BC5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5298

Black with #BC5298

Text Example


Text Example

White with #BC5298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5298; }

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

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

background-color css

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

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

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

border-color css

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

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

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