Html Css Color HEX #BC569B Mulberry

📋 copy color: '#BC569B'

red 188 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #BC569B

Tints of Mulberry #BC569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.13%

R = 43.82%
G = 20.05%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC569B (or 0xBC569B) is known color: Mulberry. HEX triplet: BC, 56 and 9B. RGB value is (188,86,155). Sum of RGB (Red+Green+Blue) = 188+86+155=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC569B is #43A964. Grayscale: #7C7C7C. Windows color (decimal): -4434277 or 10180284. OLE color: 10180284.

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

Color convert

RGB 188 86 155 -
CMYK 0 0.54 0.18 0.26
HSL 319.41º 0.43% 0.54% -
HSV(B) 319.41º 0.54% 0.74% -
XYZ 29.98 19.71 33.24 -
YUV 124.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 188 86 155 0 0.54 0.18 0.26 319.41 0.43 0.54
Hex BC 56 9B 0 36 12 1A 13F 2B 36
Octal 274 126 233 0 66 22 32 477 53 66
Binary 10111100 1010110 10011011 0 110110 10010 11010 100111111 101011 110110

Color Harmonies of #BC569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC569B

Black with #BC569B

Text Example


Text Example

White with #BC569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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