Html Css Color HEX #BD518A Mulberry

📋 copy color: '#BD518A'

red 189 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #BD518A

Tints of Mulberry #BD518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.85%

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

R = 46.32%
G = 19.85%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD518A (or 0xBD518A) is known color: Mulberry. HEX triplet: BD, 51 and 8A. RGB value is (189,81,138). Sum of RGB (Red+Green+Blue) = 189+81+138=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD518A is #42AE75. Grayscale: #777777. Windows color (decimal): -4370038 or 9064893. OLE color: 9064893.

HSL color Cylindrical-coordinate representation of color #BD518A: hue angle of 328.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD518A is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 138 -
CMYK 0 0.57 0.27 0.26
HSL 328.33º 0.45% 0.53% -
HSV(B) 328.33º 0.57% 0.74% -
XYZ 28.52 18.54 26.12 -
YUV 119.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 189 81 138 0 0.57 0.27 0.26 328.33 0.45 0.53
Hex BD 51 8A 0 39 1B 1A 148 2D 35
Octal 275 121 212 0 71 33 32 510 55 65
Binary 10111101 1010001 10001010 0 111001 11011 11010 101001000 101101 110101

Color Harmonies of #BD518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD518A

Black with #BD518A

Text Example


Text Example

White with #BD518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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