Html Css Color HEX #BC5281 Mulberry

📋 copy color: '#BC5281'

red 188 ◦ green 82 ◦ blue 129

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

Shades of Mulberry #BC5281

Tints of Mulberry #BC5281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.33%

R = 47.12%
G = 20.55%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC5281 (or 0xBC5281) is known color: Mulberry. HEX triplet: BC, 52 and 81. RGB value is (188,82,129). Sum of RGB (Red+Green+Blue) = 188+82+129=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5281 is #43AD7E. Grayscale: #767676. Windows color (decimal): -4435327 or 8475324. OLE color: 8475324.

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

Color convert

RGB 188 82 129 -
CMYK 0 0.56 0.31 0.26
HSL 333.4º 0.44% 0.53% -
HSV(B) 333.4º 0.56% 0.74% -
XYZ 27.72 18.31 22.84 -
YUV 119.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 188 82 129 0 0.56 0.31 0.26 333.4 0.44 0.53
Hex BC 52 81 0 38 1F 1A 14D 2C 35
Octal 274 122 201 0 70 37 32 515 54 65
Binary 10111100 1010010 10000001 0 111000 11111 11010 101001101 101100 110101

Color Harmonies of #BC5281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5281

Black with #BC5281

Text Example


Text Example

White with #BC5281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5281; }

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

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

background-color css

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

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

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

border-color css

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

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

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