Html Css Color HEX #BD448B Mulberry

📋 copy color: '#BD448B'

red 189 ◦ green 68 ◦ blue 139

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

Shades of Mulberry #BD448B

Tints of Mulberry #BD448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.1%

R = 47.73%
G = 17.17%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD448B (or 0xBD448B) is known color: Mulberry. HEX triplet: BD, 44 and 8B. RGB value is (189,68,139). Sum of RGB (Red+Green+Blue) = 189+68+139=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD448B is #42BB74. Grayscale: #707070. Windows color (decimal): -4373365 or 9127101. OLE color: 9127101.

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

Color convert

RGB 189 68 139 -
CMYK 0 0.64 0.26 0.26
HSL 324.79º 0.48% 0.5% -
HSV(B) 324.79º 0.64% 0.74% -
XYZ 27.71 16.82 26.21 -
YUV 112.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 189 68 139 0 0.64 0.26 0.26 324.79 0.48 0.5
Hex BD 44 8B 0 40 1A 1A 145 30 32
Octal 275 104 213 0 100 32 32 505 60 62
Binary 10111101 1000100 10001011 0 1000000 11010 11010 101000101 110000 110010

Color Harmonies of #BD448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD448B

Black with #BD448B

Text Example


Text Example

White with #BD448B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD448B; }

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

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

background-color css

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

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

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

border-color css

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

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

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