Html Css Color HEX #BC4F8C Mulberry

📋 copy color: '#BC4F8C'

red 188 ◦ green 79 ◦ blue 140

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

Shades of Mulberry #BC4F8C

Tints of Mulberry #BC4F8C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 46.19%
G = 19.41%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC4F8C (or 0xBC4F8C) is known color: Mulberry. HEX triplet: BC, 4F and 8C. RGB value is (188,79,140). Sum of RGB (Red+Green+Blue) = 188+79+140=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F8C is #43B073. Grayscale: #767676. Windows color (decimal): -4436084 or 9195452. OLE color: 9195452.

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

Color convert

RGB 188 79 140 -
CMYK 0 0.58 0.26 0.26
HSL 326.42º 0.45% 0.52% -
HSV(B) 326.42º 0.58% 0.74% -
XYZ 28.27 18.18 26.83 -
YUV 118.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 188 79 140 0 0.58 0.26 0.26 326.42 0.45 0.52
Hex BC 4F 8C 0 3A 1A 1A 146 2D 34
Octal 274 117 214 0 72 32 32 506 55 64
Binary 10111100 1001111 10001100 0 111010 11010 11010 101000110 101101 110100

Color Harmonies of #BC4F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F8C

Black with #BC4F8C

Text Example


Text Example

White with #BC4F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F8C; }

 p { color: rgb(188,79,140); }

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

background-color css

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

 a { background-color: rgb(188,79,140); }

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

border-color css

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

 span { border-color: rgb(188,79,140); }

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