Html Css Color HEX #BC569C Mulberry

📋 copy color: '#BC569C'

red 188 ◦ green 86 ◦ blue 156

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

Shades of Mulberry #BC569C

Tints of Mulberry #BC569C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 43.72%
G = 20%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC569C (or 0xBC569C) is known color: Mulberry. HEX triplet: BC, 56 and 9C. RGB value is (188,86,156). Sum of RGB (Red+Green+Blue) = 188+86+156=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC569C is #43A963. Grayscale: #7C7C7C. Windows color (decimal): -4434276 or 10245820. OLE color: 10245820.

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

Color convert

RGB 188 86 156 -
CMYK 0 0.54 0.17 0.26
HSL 318.82º 0.43% 0.54% -
HSV(B) 318.82º 0.54% 0.74% -
XYZ 30.07 19.75 33.68 -
YUV 124.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 188 86 156 0 0.54 0.17 0.26 318.82 0.43 0.54
Hex BC 56 9C 0 36 11 1A 13F 2B 36
Octal 274 126 234 0 66 21 32 477 53 66
Binary 10111100 1010110 10011100 0 110110 10001 11010 100111111 101011 110110

Color Harmonies of #BC569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC569C

Black with #BC569C

Text Example


Text Example

White with #BC569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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