Html Css Color HEX #BC5498 Mulberry

📋 copy color: '#BC5498'

red 188 ◦ green 84 ◦ blue 152

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

Shades of Mulberry #BC5498

Tints of Mulberry #BC5498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.81%

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

R = 44.34%
G = 19.81%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BC5498 (or 0xBC5498) is known color: Mulberry. HEX triplet: BC, 54 and 98. RGB value is (188,84,152). Sum of RGB (Red+Green+Blue) = 188+84+152=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5498 is #43AB67. Grayscale: #7A7A7A. Windows color (decimal): -4434792 or 9983164. OLE color: 9983164.

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

Color convert

RGB 188 84 152 -
CMYK 0 0.55 0.19 0.26
HSL 320.77º 0.44% 0.53% -
HSV(B) 320.77º 0.55% 0.74% -
XYZ 29.58 19.3 31.87 -
YUV 122.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 188 84 152 0 0.55 0.19 0.26 320.77 0.44 0.53
Hex BC 54 98 0 37 13 1A 141 2C 35
Octal 274 124 230 0 67 23 32 501 54 65
Binary 10111100 1010100 10011000 0 110111 10011 11010 101000001 101100 110101

Color Harmonies of #BC5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5498

Black with #BC5498

Text Example


Text Example

White with #BC5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5498; }

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

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

background-color css

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

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

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

border-color css

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

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

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