Html Css Color HEX #BC5083 Mulberry

📋 copy color: '#BC5083'

red 188 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #BC5083

Tints of Mulberry #BC5083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

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

R = 47.12%
G = 20.05%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC5083 (or 0xBC5083) is known color: Mulberry. HEX triplet: BC, 50 and 83. RGB value is (188,80,131). Sum of RGB (Red+Green+Blue) = 188+80+131=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5083 is #43AF7C. Grayscale: #767676. Windows color (decimal): -4435837 or 8605884. OLE color: 8605884.

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

Color convert

RGB 188 80 131 -
CMYK 0 0.57 0.30 0.26
HSL 331.67º 0.45% 0.53% -
HSV(B) 331.67º 0.57% 0.74% -
XYZ 27.7 18.07 23.5 -
YUV 118.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 188 80 131 0 0.57 0.30 0.26 331.67 0.45 0.53
Hex BC 50 83 0 39 1E 1A 14C 2D 35
Octal 274 120 203 0 71 36 32 514 55 65
Binary 10111100 1010000 10000011 0 111001 11110 11010 101001100 101101 110101

Color Harmonies of #BC5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5083

Black with #BC5083

Text Example


Text Example

White with #BC5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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