Html Css Color HEX #BD449B Mulberry

📋 copy color: '#BD449B'

red 189 ◦ green 68 ◦ blue 155

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

Shades of Mulberry #BD449B

Tints of Mulberry #BD449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.5%

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

R = 45.87%
G = 16.5%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD449B (or 0xBD449B) is known color: Mulberry. HEX triplet: BD, 44 and 9B. RGB value is (189,68,155). Sum of RGB (Red+Green+Blue) = 189+68+155=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD449B is #42BB64. Grayscale: #717171. Windows color (decimal): -4373349 or 10175677. OLE color: 10175677.

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

Color convert

RGB 189 68 155 -
CMYK 0 0.64 0.18 0.26
HSL 316.86º 0.48% 0.5% -
HSV(B) 316.86º 0.64% 0.74% -
XYZ 28.97 17.32 32.83 -
YUV 114.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 189 68 155 0 0.64 0.18 0.26 316.86 0.48 0.5
Hex BD 44 9B 0 40 12 1A 13D 30 32
Octal 275 104 233 0 100 22 32 475 60 62
Binary 10111101 1000100 10011011 0 1000000 10010 11010 100111101 110000 110010

Color Harmonies of #BD449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD449B

Black with #BD449B

Text Example


Text Example

White with #BD449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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