Html Css Color HEX #BD449C Mulberry

📋 copy color: '#BD449C'

red 189 ◦ green 68 ◦ blue 156

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

Shades of Mulberry #BD449C

Tints of Mulberry #BD449C

RGB

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

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

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

R = 45.76%
G = 16.46%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD449C (or 0xBD449C) is known color: Mulberry. HEX triplet: BD, 44 and 9C. RGB value is (189,68,156). Sum of RGB (Red+Green+Blue) = 189+68+156=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD449C is #42BB63. Grayscale: #717171. Windows color (decimal): -4373348 or 10241213. OLE color: 10241213.

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

Color convert

RGB 189 68 156 -
CMYK 0 0.64 0.17 0.26
HSL 316.36º 0.48% 0.5% -
HSV(B) 316.36º 0.64% 0.74% -
XYZ 29.05 17.35 33.27 -
YUV 114.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 189 68 156 0 0.64 0.17 0.26 316.36 0.48 0.5
Hex BD 44 9C 0 40 11 1A 13C 30 32
Octal 275 104 234 0 100 21 32 474 60 62
Binary 10111101 1000100 10011100 0 1000000 10001 11010 100111100 110000 110010

Color Harmonies of #BD449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD449C

Black with #BD449C

Text Example


Text Example

White with #BD449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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