Html Css Color HEX #BD568E Mulberry

📋 copy color: '#BD568E'

red 189 ◦ green 86 ◦ blue 142

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

Shades of Mulberry #BD568E

Tints of Mulberry #BD568E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 45.32%
G = 20.62%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD568E (or 0xBD568E) is known color: Mulberry. HEX triplet: BD, 56 and 8E. RGB value is (189,86,142). Sum of RGB (Red+Green+Blue) = 189+86+142=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD568E is #42A971. Grayscale: #7B7B7B. Windows color (decimal): -4368754 or 9328317. OLE color: 9328317.

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

Color convert

RGB 189 86 142 -
CMYK 0 0.54 0.25 0.26
HSL 327.38º 0.44% 0.54% -
HSV(B) 327.38º 0.54% 0.74% -
XYZ 29.2 19.43 27.8 -
YUV 123.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 189 86 142 0 0.54 0.25 0.26 327.38 0.44 0.54
Hex BD 56 8E 0 36 19 1A 147 2C 36
Octal 275 126 216 0 66 31 32 507 54 66
Binary 10111101 1010110 10001110 0 110110 11001 11010 101000111 101100 110110

Color Harmonies of #BD568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD568E

Black with #BD568E

Text Example


Text Example

White with #BD568E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD568E; }

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

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

background-color css

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

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

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

border-color css

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

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

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