Html Css Color HEX #BC4E9D Mulberry

📋 copy color: '#BC4E9D'

red 188 ◦ green 78 ◦ blue 157

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

Shades of Mulberry #BC4E9D

Tints of Mulberry #BC4E9D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.44%

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

R = 44.44%
G = 18.44%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC4E9D (or 0xBC4E9D) is known color: Mulberry. HEX triplet: BC, 4E and 9D. RGB value is (188,78,157). Sum of RGB (Red+Green+Blue) = 188+78+157=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E9D is #43B162. Grayscale: #777777. Windows color (decimal): -4436323 or 10309308. OLE color: 10309308.

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

Color convert

RGB 188 78 157 -
CMYK 0 0.59 0.16 0.26
HSL 316.91º 0.45% 0.52% -
HSV(B) 316.91º 0.59% 0.74% -
XYZ 29.55 18.57 33.93 -
YUV 119.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 188 78 157 0 0.59 0.16 0.26 316.91 0.45 0.52
Hex BC 4E 9D 0 3B 10 1A 13D 2D 34
Octal 274 116 235 0 73 20 32 475 55 64
Binary 10111100 1001110 10011101 0 111011 10000 11010 100111101 101101 110100

Color Harmonies of #BC4E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E9D

Black with #BC4E9D

Text Example


Text Example

White with #BC4E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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