Html Css Color HEX #BC4D8D Mulberry

📋 copy color: '#BC4D8D'

red 188 ◦ green 77 ◦ blue 141

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

Shades of Mulberry #BC4D8D

Tints of Mulberry #BC4D8D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

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

R = 46.31%
G = 18.97%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC4D8D (or 0xBC4D8D) is known color: Mulberry. HEX triplet: BC, 4D and 8D. RGB value is (188,77,141). Sum of RGB (Red+Green+Blue) = 188+77+141=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D8D is #43B272. Grayscale: #757575. Windows color (decimal): -4436595 or 9260476. OLE color: 9260476.

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

Color convert

RGB 188 77 141 -
CMYK 0 0.59 0.25 0.26
HSL 325.41º 0.45% 0.52% -
HSV(B) 325.41º 0.59% 0.74% -
XYZ 28.2 17.92 27.17 -
YUV 117.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 188 77 141 0 0.59 0.25 0.26 325.41 0.45 0.52
Hex BC 4D 8D 0 3B 19 1A 145 2D 34
Octal 274 115 215 0 73 31 32 505 55 64
Binary 10111100 1001101 10001101 0 111011 11001 11010 101000101 101101 110100

Color Harmonies of #BC4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D8D

Black with #BC4D8D

Text Example


Text Example

White with #BC4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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