Html Css Color HEX #BC508A Mulberry

📋 copy color: '#BC508A'

red 188 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #BC508A

Tints of Mulberry #BC508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 46.31%
G = 19.7%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC508A (or 0xBC508A) is known color: Mulberry. HEX triplet: BC, 50 and 8A. RGB value is (188,80,138). Sum of RGB (Red+Green+Blue) = 188+80+138=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC508A is #43AF75. Grayscale: #767676. Windows color (decimal): -4435830 or 9064636. OLE color: 9064636.

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

Color convert

RGB 188 80 138 -
CMYK 0 0.57 0.27 0.26
HSL 327.78º 0.45% 0.53% -
HSV(B) 327.78º 0.57% 0.74% -
XYZ 28.2 18.26 26.08 -
YUV 118.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 188 80 138 0 0.57 0.27 0.26 327.78 0.45 0.53
Hex BC 50 8A 0 39 1B 1A 148 2D 35
Octal 274 120 212 0 71 33 32 510 55 65
Binary 10111100 1010000 10001010 0 111001 11011 11010 101001000 101101 110101

Color Harmonies of #BC508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC508A

Black with #BC508A

Text Example


Text Example

White with #BC508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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