Html Css Color HEX #BD569C Mulberry

📋 copy color: '#BD569C'

red 189 ◦ green 86 ◦ blue 156

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

Shades of Mulberry #BD569C

Tints of Mulberry #BD569C

RGB

 RED value IS 189 (74.22% from 255) = 43.85%

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

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

R = 43.85%
G = 19.95%
B = 36.19%

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

#BD569C (or 0xBD569C) is known color: Mulberry. HEX triplet: BD, 56 and 9C. RGB value is (189,86,156). Sum of RGB (Red+Green+Blue) = 189+86+156=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD569C is #42A963. Grayscale: #7C7C7C. Windows color (decimal): -4368740 or 10245821. OLE color: 10245821.

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

Color convert

RGB 189 86 156 -
CMYK 0 0.54 0.17 0.26
HSL 319.22º 0.44% 0.54% -
HSV(B) 319.22º 0.54% 0.74% -
XYZ 30.31 19.87 33.69 -
YUV 124.78 145.62 173.81 -
System Red Green Blue C M Y K H S L
Decimal 189 86 156 0 0.54 0.17 0.26 319.22 0.44 0.54
Hex BD 56 9C 0 36 11 1A 13F 2C 36
Octal 275 126 234 0 66 21 32 477 54 66
Binary 10111101 1010110 10011100 0 110110 10001 11010 100111111 101100 110110

Color Harmonies of #BD569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD569C

Black with #BD569C

Text Example


Text Example

White with #BD569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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