Html Css Color HEX #BD409D Mulberry

📋 copy color: '#BD409D'

red 189 ◦ green 64 ◦ blue 157

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

Shades of Mulberry #BD409D

Tints of Mulberry #BD409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.61%

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 46.1%
G = 15.61%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD409D (or 0xBD409D) is known color: Mulberry. HEX triplet: BD, 40 and 9D. RGB value is (189,64,157). Sum of RGB (Red+Green+Blue) = 189+64+157=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD409D is #42BF62. Grayscale: #6F6F6F. Windows color (decimal): -4374371 or 10305725. OLE color: 10305725.

HSL color Cylindrical-coordinate representation of color #BD409D: hue angle of 315.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD409D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 157 -
CMYK 0 0.66 0.17 0.26
HSL 315.36º 0.49% 0.5% -
HSV(B) 315.36º 0.66% 0.74% -
XYZ 28.91 16.92 33.64 -
YUV 111.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 189 64 157 0 0.66 0.17 0.26 315.36 0.49 0.5
Hex BD 40 9D 0 42 11 1A 13B 31 32
Octal 275 100 235 0 102 21 32 473 61 62
Binary 10111101 1000000 10011101 0 1000010 10001 11010 100111011 110001 110010

Color Harmonies of #BD409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD409D

Black with #BD409D

Text Example


Text Example

White with #BD409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD409D; }

 p { color: rgb(189,64,157); }

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

background-color css

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

 a { background-color: rgb(189,64,157); }

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

border-color css

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

 span { border-color: rgb(189,64,157); }

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