Html Css Color HEX #BD409B Mulberry

📋 copy color: '#BD409B'

red 189 ◦ green 64 ◦ blue 155

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

Shades of Mulberry #BD409B

Tints of Mulberry #BD409B

RGB

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

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

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

R = 46.32%
G = 15.69%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD409B (or 0xBD409B) is known color: Mulberry. HEX triplet: BD, 40 and 9B. RGB value is (189,64,155). Sum of RGB (Red+Green+Blue) = 189+64+155=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD409B is #42BF64. Grayscale: #6F6F6F. Windows color (decimal): -4374373 or 10174653. OLE color: 10174653.

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

Color convert

RGB 189 64 155 -
CMYK 0 0.66 0.18 0.26
HSL 316.32º 0.49% 0.5% -
HSV(B) 316.32º 0.66% 0.74% -
XYZ 28.74 16.85 32.75 -
YUV 111.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 189 64 155 0 0.66 0.18 0.26 316.32 0.49 0.5
Hex BD 40 9B 0 42 12 1A 13C 31 32
Octal 275 100 233 0 102 22 32 474 61 62
Binary 10111101 1000000 10011011 0 1000010 10010 11010 100111100 110001 110010

Color Harmonies of #BD409B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD409B

Black with #BD409B

Text Example


Text Example

White with #BD409B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD409B; }

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

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

background-color css

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

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

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

border-color css

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

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

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