Html Css Color HEX #BD409C Mulberry

📋 copy color: '#BD409C'

red 189 ◦ green 64 ◦ blue 156

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

Shades of Mulberry #BD409C

Tints of Mulberry #BD409C

RGB

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

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

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

R = 46.21%
G = 15.65%
B = 38.14%

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

#BD409C (or 0xBD409C) is known color: Mulberry. HEX triplet: BD, 40 and 9C. RGB value is (189,64,156). Sum of RGB (Red+Green+Blue) = 189+64+156=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD409C is #42BF63. Grayscale: #6F6F6F. Windows color (decimal): -4374372 or 10240189. OLE color: 10240189.

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

Color convert

RGB 189 64 156 -
CMYK 0 0.66 0.17 0.26
HSL 315.84º 0.49% 0.5% -
HSV(B) 315.84º 0.66% 0.74% -
XYZ 28.82 16.89 33.19 -
YUV 111.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 189 64 156 0 0.66 0.17 0.26 315.84 0.49 0.5
Hex BD 40 9C 0 42 11 1A 13C 31 32
Octal 275 100 234 0 102 21 32 474 61 62
Binary 10111101 1000000 10011100 0 1000010 10001 11010 100111100 110001 110010

Color Harmonies of #BD409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD409C

Black with #BD409C

Text Example


Text Example

White with #BD409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD409C; }

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

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

background-color css

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

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

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

border-color css

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

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

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