Html Css Color HEX #BD4A87 Mulberry

📋 copy color: '#BD4A87'

red 189 ◦ green 74 ◦ blue 135

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

Shades of Mulberry #BD4A87

Tints of Mulberry #BD4A87

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 135 (53.13% from 255) = 33.92%

R = 47.49%
G = 18.59%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD4A87 (or 0xBD4A87) is known color: Mulberry. HEX triplet: BD, 4A and 87. RGB value is (189,74,135). Sum of RGB (Red+Green+Blue) = 189+74+135=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A87 is #42B578. Grayscale: #737373. Windows color (decimal): -4371833 or 8866493. OLE color: 8866493.

HSL color Cylindrical-coordinate representation of color #BD4A87: hue angle of 328.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A87 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 74 135 -
CMYK 0 0.61 0.29 0.26
HSL 328.17º 0.47% 0.52% -
HSV(B) 328.17º 0.61% 0.74% -
XYZ 27.81 17.47 24.83 -
YUV 115.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 189 74 135 0 0.61 0.29 0.26 328.17 0.47 0.52
Hex BD 4A 87 0 3D 1D 1A 148 2F 34
Octal 275 112 207 0 75 35 32 510 57 64
Binary 10111101 1001010 10000111 0 111101 11101 11010 101001000 101111 110100

Color Harmonies of #BD4A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A87

Black with #BD4A87

Text Example


Text Example

White with #BD4A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A87; }

 p { color: rgb(189,74,135); }

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

background-color css

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

 a { background-color: rgb(189,74,135); }

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

border-color css

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

 span { border-color: rgb(189,74,135); }

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