Html Css Color HEX #BD569B Mulberry

📋 copy color: '#BD569B'

red 189 ◦ green 86 ◦ blue 155

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

Shades of Mulberry #BD569B

Tints of Mulberry #BD569B

RGB

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

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

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

R = 43.95%
G = 20%
B = 36.05%

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

#BD569B (or 0xBD569B) is known color: Mulberry. HEX triplet: BD, 56 and 9B. RGB value is (189,86,155). Sum of RGB (Red+Green+Blue) = 189+86+155=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD569B is #42A964. Grayscale: #7C7C7C. Windows color (decimal): -4368741 or 10180285. OLE color: 10180285.

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

Color convert

RGB 189 86 155 -
CMYK 0 0.54 0.18 0.26
HSL 319.81º 0.44% 0.54% -
HSV(B) 319.81º 0.54% 0.74% -
XYZ 30.23 19.84 33.25 -
YUV 124.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 189 86 155 0 0.54 0.18 0.26 319.81 0.44 0.54
Hex BD 56 9B 0 36 12 1A 140 2C 36
Octal 275 126 233 0 66 22 32 500 54 66
Binary 10111101 1010110 10011011 0 110110 10010 11010 101000000 101100 110110

Color Harmonies of #BD569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD569B

Black with #BD569B

Text Example


Text Example

White with #BD569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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