Html Css Color HEX #BD448A Mulberry

📋 copy color: '#BD448A'

red 189 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #BD448A

Tints of Mulberry #BD448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 47.85%
G = 17.22%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD448A (or 0xBD448A) is known color: Mulberry. HEX triplet: BD, 44 and 8A. RGB value is (189,68,138). Sum of RGB (Red+Green+Blue) = 189+68+138=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD448A is #42BB75. Grayscale: #707070. Windows color (decimal): -4373366 or 9061565. OLE color: 9061565.

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

Color convert

RGB 189 68 138 -
CMYK 0 0.64 0.27 0.26
HSL 325.29º 0.48% 0.5% -
HSV(B) 325.29º 0.64% 0.74% -
XYZ 27.64 16.79 25.83 -
YUV 112.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 189 68 138 0 0.64 0.27 0.26 325.29 0.48 0.5
Hex BD 44 8A 0 40 1B 1A 145 30 32
Octal 275 104 212 0 100 33 32 505 60 62
Binary 10111101 1000100 10001010 0 1000000 11011 11010 101000101 110000 110010

Color Harmonies of #BD448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD448A

Black with #BD448A

Text Example


Text Example

White with #BD448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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