Html Css Color HEX #BC5283 Mulberry

📋 copy color: '#BC5283'

red 188 ◦ green 82 ◦ blue 131

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

Shades of Mulberry #BC5283

Tints of Mulberry #BC5283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 46.88%
G = 20.45%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC5283 (or 0xBC5283) is known color: Mulberry. HEX triplet: BC, 52 and 83. RGB value is (188,82,131). Sum of RGB (Red+Green+Blue) = 188+82+131=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5283 is #43AD7C. Grayscale: #777777. Windows color (decimal): -4435325 or 8606396. OLE color: 8606396.

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

Color convert

RGB 188 82 131 -
CMYK 0 0.56 0.30 0.26
HSL 332.26º 0.44% 0.53% -
HSV(B) 332.26º 0.56% 0.74% -
XYZ 27.85 18.36 23.55 -
YUV 119.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 188 82 131 0 0.56 0.30 0.26 332.26 0.44 0.53
Hex BC 52 83 0 38 1E 1A 14C 2C 35
Octal 274 122 203 0 70 36 32 514 54 65
Binary 10111100 1010010 10000011 0 111000 11110 11010 101001100 101100 110101

Color Harmonies of #BC5283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5283

Black with #BC5283

Text Example


Text Example

White with #BC5283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5283; }

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

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

background-color css

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

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

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

border-color css

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

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

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