Html Css Color HEX #BC4A8D Mulberry

📋 copy color: '#BC4A8D'

red 188 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #BC4A8D

Tints of Mulberry #BC4A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 46.65%
G = 18.36%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC4A8D (or 0xBC4A8D) is known color: Mulberry. HEX triplet: BC, 4A and 8D. RGB value is (188,74,141). Sum of RGB (Red+Green+Blue) = 188+74+141=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A8D is #43B572. Grayscale: #737373. Windows color (decimal): -4437363 or 9259708. OLE color: 9259708.

HSL color Cylindrical-coordinate representation of color #BC4A8D: hue angle of 324.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4A8D is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 141 -
CMYK 0 0.61 0.25 0.26
HSL 324.74º 0.46% 0.51% -
HSV(B) 324.74º 0.61% 0.74% -
XYZ 28 17.51 27.1 -
YUV 115.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 188 74 141 0 0.61 0.25 0.26 324.74 0.46 0.51
Hex BC 4A 8D 0 3D 19 1A 145 2E 33
Octal 274 112 215 0 75 31 32 505 56 63
Binary 10111100 1001010 10001101 0 111101 11001 11010 101000101 101110 110011

Color Harmonies of #BC4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A8D

Black with #BC4A8D

Text Example


Text Example

White with #BC4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A8D; }

 p { color: rgb(188,74,141); }

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

background-color css

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

 a { background-color: rgb(188,74,141); }

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

border-color css

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

 span { border-color: rgb(188,74,141); }

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