Html Css Color HEX #BC448D Mulberry

📋 copy color: '#BC448D'

red 188 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #BC448D

Tints of Mulberry #BC448D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 47.36%
G = 17.13%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC448D (or 0xBC448D) is known color: Mulberry. HEX triplet: BC, 44 and 8D. RGB value is (188,68,141). Sum of RGB (Red+Green+Blue) = 188+68+141=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC448D is #43BB72. Grayscale: #707070. Windows color (decimal): -4438899 or 9258172. OLE color: 9258172.

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

Color convert

RGB 188 68 141 -
CMYK 0 0.64 0.25 0.26
HSL 323.5º 0.47% 0.5% -
HSV(B) 323.5º 0.64% 0.74% -
XYZ 27.61 16.75 26.98 -
YUV 112.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 188 68 141 0 0.64 0.25 0.26 323.5 0.47 0.5
Hex BC 44 8D 0 40 19 1A 144 2F 32
Octal 274 104 215 0 100 31 32 504 57 62
Binary 10111100 1000100 10001101 0 1000000 11001 11010 101000100 101111 110010

Color Harmonies of #BC448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC448D

Black with #BC448D

Text Example


Text Example

White with #BC448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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