Html Css Color HEX #BC468F Mulberry

📋 copy color: '#BC468F'

red 188 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #BC468F

Tints of Mulberry #BC468F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 46.88%
G = 17.46%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC468F (or 0xBC468F) is known color: Mulberry. HEX triplet: BC, 46 and 8F. RGB value is (188,70,143). Sum of RGB (Red+Green+Blue) = 188+70+143=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468F is #43B970. Grayscale: #717171. Windows color (decimal): -4438385 or 9389756. OLE color: 9389756.

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

Color convert

RGB 188 70 143 -
CMYK 0 0.63 0.24 0.26
HSL 322.88º 0.47% 0.51% -
HSV(B) 322.88º 0.63% 0.74% -
XYZ 27.89 17.05 27.81 -
YUV 113.6 144.59 181.06 -
System Red Green Blue C M Y K H S L
Decimal 188 70 143 0 0.63 0.24 0.26 322.88 0.47 0.51
Hex BC 46 8F 0 3F 18 1A 143 2F 33
Octal 274 106 217 0 77 30 32 503 57 63
Binary 10111100 1000110 10001111 0 111111 11000 11010 101000011 101111 110011

Color Harmonies of #BC468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC468F

Black with #BC468F

Text Example


Text Example

White with #BC468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC468F; }

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

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

background-color css

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

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

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

border-color css

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

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

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