Html Css Color HEX #BC468D Mulberry

📋 copy color: '#BC468D'

red 188 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #BC468D

Tints of Mulberry #BC468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.54%

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

R = 47.12%
G = 17.54%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC468D (or 0xBC468D) is known color: Mulberry. HEX triplet: BC, 46 and 8D. RGB value is (188,70,141). Sum of RGB (Red+Green+Blue) = 188+70+141=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468D is #43B972. Grayscale: #717171. Windows color (decimal): -4438387 or 9258684. OLE color: 9258684.

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

Color convert

RGB 188 70 141 -
CMYK 0 0.63 0.25 0.26
HSL 323.9º 0.47% 0.51% -
HSV(B) 323.9º 0.63% 0.74% -
XYZ 27.74 16.99 27.02 -
YUV 113.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 188 70 141 0 0.63 0.25 0.26 323.9 0.47 0.51
Hex BC 46 8D 0 3F 19 1A 144 2F 33
Octal 274 106 215 0 77 31 32 504 57 63
Binary 10111100 1000110 10001101 0 111111 11001 11010 101000100 101111 110011

Color Harmonies of #BC468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC468D

Black with #BC468D

Text Example


Text Example

White with #BC468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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