Html Css Color HEX #BC538F Mulberry

📋 copy color: '#BC538F'

red 188 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #BC538F

Tints of Mulberry #BC538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.05%

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 45.41%
G = 20.05%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC538F (or 0xBC538F) is known color: Mulberry. HEX triplet: BC, 53 and 8F. RGB value is (188,83,143). Sum of RGB (Red+Green+Blue) = 188+83+143=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC538F is #43AC70. Grayscale: #797979. Windows color (decimal): -4435057 or 9393084. OLE color: 9393084.

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

Color convert

RGB 188 83 143 -
CMYK 0 0.56 0.24 0.26
HSL 325.71º 0.44% 0.53% -
HSV(B) 325.71º 0.56% 0.74% -
XYZ 28.79 18.86 28.11 -
YUV 121.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 188 83 143 0 0.56 0.24 0.26 325.71 0.44 0.53
Hex BC 53 8F 0 38 18 1A 146 2C 35
Octal 274 123 217 0 70 30 32 506 54 65
Binary 10111100 1010011 10001111 0 111000 11000 11010 101000110 101100 110101

Color Harmonies of #BC538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC538F

Black with #BC538F

Text Example


Text Example

White with #BC538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC538F; }

 p { color: rgb(188,83,143); }

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

background-color css

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

 a { background-color: rgb(188,83,143); }

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

border-color css

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

 span { border-color: rgb(188,83,143); }

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