Html Css Color HEX #BC568F Mulberry

📋 copy color: '#BC568F'

red 188 ◦ green 86 ◦ blue 143

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

Shades of Mulberry #BC568F

Tints of Mulberry #BC568F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.62%

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

R = 45.08%
G = 20.62%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC568F (or 0xBC568F) is known color: Mulberry. HEX triplet: BC, 56 and 8F. RGB value is (188,86,143). Sum of RGB (Red+Green+Blue) = 188+86+143=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC568F is #43A970. Grayscale: #7A7A7A. Windows color (decimal): -4434289 or 9393852. OLE color: 9393852.

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

Color convert

RGB 188 86 143 -
CMYK 0 0.54 0.24 0.26
HSL 326.47º 0.43% 0.54% -
HSV(B) 326.47º 0.54% 0.74% -
XYZ 29.02 19.33 28.19 -
YUV 123 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 188 86 143 0 0.54 0.24 0.26 326.47 0.43 0.54
Hex BC 56 8F 0 36 18 1A 146 2B 36
Octal 274 126 217 0 66 30 32 506 53 66
Binary 10111100 1010110 10001111 0 110110 11000 11010 101000110 101011 110110

Color Harmonies of #BC568F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC568F

Black with #BC568F

Text Example


Text Example

White with #BC568F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC568F; }

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

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

background-color css

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

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

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

border-color css

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

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

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