Html Css Color HEX #BC4C9D Mulberry

📋 copy color: '#BC4C9D'

red 188 ◦ green 76 ◦ blue 157

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

Shades of Mulberry #BC4C9D

Tints of Mulberry #BC4C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

 BLUE value IS 157 (61.72% from 255) = 37.29%

R = 44.66%
G = 18.05%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC4C9D (or 0xBC4C9D) is known color: Mulberry. HEX triplet: BC, 4C and 9D. RGB value is (188,76,157). Sum of RGB (Red+Green+Blue) = 188+76+157=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C9D is #43B362. Grayscale: #767676. Windows color (decimal): -4436835 or 10308796. OLE color: 10308796.

HSL color Cylindrical-coordinate representation of color #BC4C9D: hue angle of 316.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C9D is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 76 157 -
CMYK 0 0.60 0.16 0.26
HSL 316.61º 0.46% 0.52% -
HSV(B) 316.61º 0.6% 0.74% -
XYZ 29.41 18.29 33.88 -
YUV 118.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 188 76 157 0 0.60 0.16 0.26 316.61 0.46 0.52
Hex BC 4C 9D 0 3C 10 1A 13D 2E 34
Octal 274 114 235 0 74 20 32 475 56 64
Binary 10111100 1001100 10011101 0 111100 10000 11010 100111101 101110 110100

Color Harmonies of #BC4C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C9D

Black with #BC4C9D

Text Example


Text Example

White with #BC4C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C9D; }

 p { color: rgb(188,76,157); }

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

background-color css

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

 a { background-color: rgb(188,76,157); }

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

border-color css

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

 span { border-color: rgb(188,76,157); }

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