Html Css Color HEX #BC447F Mulberry

📋 copy color: '#BC447F'

red 188 ◦ green 68 ◦ blue 127

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

Shades of Mulberry #BC447F

Tints of Mulberry #BC447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

 BLUE value IS 127 (50% from 255) = 33.16%

R = 49.09%
G = 17.75%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC447F (or 0xBC447F) is known color: Mulberry. HEX triplet: BC, 44 and 7F. RGB value is (188,68,127). Sum of RGB (Red+Green+Blue) = 188+68+127=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC447F is #43BB80. Grayscale: #6E6E6E. Windows color (decimal): -4438913 or 8340668. OLE color: 8340668.

HSL color Cylindrical-coordinate representation of color #BC447F: hue angle of 330.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC447F is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 127 -
CMYK 0 0.64 0.32 0.26
HSL 330.5º 0.47% 0.5% -
HSV(B) 330.5º 0.64% 0.74% -
XYZ 26.64 16.36 21.83 -
YUV 110.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 188 68 127 0 0.64 0.32 0.26 330.5 0.47 0.5
Hex BC 44 7F 0 40 20 1A 14A 2F 32
Octal 274 104 177 0 100 40 32 512 57 62
Binary 10111100 1000100 1111111 0 1000000 100000 11010 101001010 101111 110010

Color Harmonies of #BC447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC447F

Black with #BC447F

Text Example


Text Example

White with #BC447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC447F; }

 p { color: rgb(188,68,127); }

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

background-color css

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

 a { background-color: rgb(188,68,127); }

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

border-color css

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

 span { border-color: rgb(188,68,127); }

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