Html Css Color HEX #BD5184 Mulberry

📋 copy color: '#BD5184'

red 189 ◦ green 81 ◦ blue 132

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

Shades of Mulberry #BD5184

Tints of Mulberry #BD5184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.84%

R = 47.01%
G = 20.15%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD5184 (or 0xBD5184) is known color: Mulberry. HEX triplet: BD, 51 and 84. RGB value is (189,81,132). Sum of RGB (Red+Green+Blue) = 189+81+132=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5184 is #42AE7B. Grayscale: #777777. Windows color (decimal): -4370044 or 8671677. OLE color: 8671677.

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

Color convert

RGB 189 81 132 -
CMYK 0 0.57 0.30 0.26
HSL 331.67º 0.45% 0.53% -
HSV(B) 331.67º 0.57% 0.74% -
XYZ 28.09 18.37 23.89 -
YUV 119.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 189 81 132 0 0.57 0.30 0.26 331.67 0.45 0.53
Hex BD 51 84 0 39 1E 1A 14C 2D 35
Octal 275 121 204 0 71 36 32 514 55 65
Binary 10111101 1010001 10000100 0 111001 11110 11010 101001100 101101 110101

Color Harmonies of #BD5184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5184

Black with #BD5184

Text Example


Text Example

White with #BD5184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5184; }

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

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

background-color css

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

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

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

border-color css

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

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

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