Html Css Color HEX #BD569E Mulberry

📋 copy color: '#BD569E'

red 189 ◦ green 86 ◦ blue 158

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

Shades of Mulberry #BD569E

Tints of Mulberry #BD569E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 43.65%
G = 19.86%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD569E (or 0xBD569E) is known color: Mulberry. HEX triplet: BD, 56 and 9E. RGB value is (189,86,158). Sum of RGB (Red+Green+Blue) = 189+86+158=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD569E is #42A961. Grayscale: #7C7C7C. Windows color (decimal): -4368738 or 10376893. OLE color: 10376893.

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

Color convert

RGB 189 86 158 -
CMYK 0 0.54 0.16 0.26
HSL 318.06º 0.44% 0.54% -
HSV(B) 318.06º 0.54% 0.74% -
XYZ 30.49 19.94 34.59 -
YUV 125.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 189 86 158 0 0.54 0.16 0.26 318.06 0.44 0.54
Hex BD 56 9E 0 36 10 1A 13E 2C 36
Octal 275 126 236 0 66 20 32 476 54 66
Binary 10111101 1010110 10011110 0 110110 10000 11010 100111110 101100 110110

Color Harmonies of #BD569E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD569E

Black with #BD569E

Text Example


Text Example

White with #BD569E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD569E; }

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

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

background-color css

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

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

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

border-color css

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

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

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