Html Css Color HEX #BC4D9C Mulberry

📋 copy color: '#BC4D9C'

red 188 ◦ green 77 ◦ blue 156

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

Shades of Mulberry #BC4D9C

Tints of Mulberry #BC4D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.05%

R = 44.66%
G = 18.29%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC4D9C (or 0xBC4D9C) is known color: Mulberry. HEX triplet: BC, 4D and 9C. RGB value is (188,77,156). Sum of RGB (Red+Green+Blue) = 188+77+156=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D9C is #43B263. Grayscale: #767676. Windows color (decimal): -4436580 or 10243516. OLE color: 10243516.

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

Color convert

RGB 188 77 156 -
CMYK 0 0.59 0.17 0.26
HSL 317.3º 0.45% 0.52% -
HSV(B) 317.3º 0.59% 0.74% -
XYZ 29.39 18.4 33.45 -
YUV 119.2 148.77 177.08 -
System Red Green Blue C M Y K H S L
Decimal 188 77 156 0 0.59 0.17 0.26 317.3 0.45 0.52
Hex BC 4D 9C 0 3B 11 1A 13D 2D 34
Octal 274 115 234 0 73 21 32 475 55 64
Binary 10111100 1001101 10011100 0 111011 10001 11010 100111101 101101 110100

Color Harmonies of #BC4D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D9C

Black with #BC4D9C

Text Example


Text Example

White with #BC4D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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