Html Css Color HEX #BC5285 Mulberry

📋 copy color: '#BC5285'

red 188 ◦ green 82 ◦ blue 133

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

Shades of Mulberry #BC5285

Tints of Mulberry #BC5285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 46.65%
G = 20.35%
B = 33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC5285 (or 0xBC5285) is known color: Mulberry. HEX triplet: BC, 52 and 85. RGB value is (188,82,133). Sum of RGB (Red+Green+Blue) = 188+82+133=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5285 is #43AD7A. Grayscale: #777777. Windows color (decimal): -4435323 or 8737468. OLE color: 8737468.

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

Color convert

RGB 188 82 133 -
CMYK 0 0.56 0.29 0.26
HSL 331.13º 0.44% 0.53% -
HSV(B) 331.13º 0.56% 0.74% -
XYZ 27.99 18.42 24.27 -
YUV 119.51 135.62 176.85 -
System Red Green Blue C M Y K H S L
Decimal 188 82 133 0 0.56 0.29 0.26 331.13 0.44 0.53
Hex BC 52 85 0 38 1D 1A 14B 2C 35
Octal 274 122 205 0 70 35 32 513 54 65
Binary 10111100 1010010 10000101 0 111000 11101 11010 101001011 101100 110101

Color Harmonies of #BC5285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5285

Black with #BC5285

Text Example


Text Example

White with #BC5285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5285; }

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

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

background-color css

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

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

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

border-color css

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

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

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