Html Css Color HEX #BD408D Mulberry

📋 copy color: '#BD408D'

red 189 ◦ green 64 ◦ blue 141

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

Shades of Mulberry #BD408D

Tints of Mulberry #BD408D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 47.97%
G = 16.24%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD408D (or 0xBD408D) is known color: Mulberry. HEX triplet: BD, 40 and 8D. RGB value is (189,64,141). Sum of RGB (Red+Green+Blue) = 189+64+141=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD408D is #42BF72. Grayscale: #6D6D6D. Windows color (decimal): -4374387 or 9257149. OLE color: 9257149.

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

Color convert

RGB 189 64 141 -
CMYK 0 0.66 0.25 0.26
HSL 323.04º 0.49% 0.5% -
HSV(B) 323.04º 0.66% 0.74% -
XYZ 27.63 16.41 26.91 -
YUV 110.15 145.41 184.24 -
System Red Green Blue C M Y K H S L
Decimal 189 64 141 0 0.66 0.25 0.26 323.04 0.49 0.5
Hex BD 40 8D 0 42 19 1A 143 31 32
Octal 275 100 215 0 102 31 32 503 61 62
Binary 10111101 1000000 10001101 0 1000010 11001 11010 101000011 110001 110010

Color Harmonies of #BD408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD408D

Black with #BD408D

Text Example


Text Example

White with #BD408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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