Html Css Color HEX #BC4C8B Mulberry

📋 copy color: '#BC4C8B'

red 188 ◦ green 76 ◦ blue 139

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

Shades of Mulberry #BC4C8B

Tints of Mulberry #BC4C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 46.65%
G = 18.86%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC4C8B (or 0xBC4C8B) is known color: Mulberry. HEX triplet: BC, 4C and 8B. RGB value is (188,76,139). Sum of RGB (Red+Green+Blue) = 188+76+139=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C8B is #43B374. Grayscale: #747474. Windows color (decimal): -4436853 or 9129148. OLE color: 9129148.

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

Color convert

RGB 188 76 139 -
CMYK 0 0.60 0.26 0.26
HSL 326.25º 0.46% 0.52% -
HSV(B) 326.25º 0.6% 0.74% -
XYZ 27.98 17.72 26.37 -
YUV 116.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 188 76 139 0 0.60 0.26 0.26 326.25 0.46 0.52
Hex BC 4C 8B 0 3C 1A 1A 146 2E 34
Octal 274 114 213 0 74 32 32 506 56 64
Binary 10111100 1001100 10001011 0 111100 11010 11010 101000110 101110 110100

Color Harmonies of #BC4C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C8B

Black with #BC4C8B

Text Example


Text Example

White with #BC4C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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