Html Css Color HEX #BC5084 Mulberry

📋 copy color: '#BC5084'

red 188 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #BC5084

Tints of Mulberry #BC5084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33%

R = 47%
G = 20%
B = 33%

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

#BC5084 (or 0xBC5084) is known color: Mulberry. HEX triplet: BC, 50 and 84. RGB value is (188,80,132). Sum of RGB (Red+Green+Blue) = 188+80+132=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5084 is #43AF7B. Grayscale: #767676. Windows color (decimal): -4435836 or 8671420. OLE color: 8671420.

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

Color convert

RGB 188 80 132 -
CMYK 0 0.57 0.30 0.26
HSL 331.11º 0.45% 0.53% -
HSV(B) 331.11º 0.57% 0.74% -
XYZ 27.77 18.09 23.86 -
YUV 118.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 188 80 132 0 0.57 0.30 0.26 331.11 0.45 0.53
Hex BC 50 84 0 39 1E 1A 14B 2D 35
Octal 274 120 204 0 71 36 32 513 55 65
Binary 10111100 1010000 10000100 0 111001 11110 11010 101001011 101101 110101

Color Harmonies of #BC5084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5084

Black with #BC5084

Text Example


Text Example

White with #BC5084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5084; }

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

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

background-color css

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

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

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

border-color css

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

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

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