Html Css Color HEX #BD5385 Mulberry

📋 copy color: '#BD5385'

red 189 ◦ green 83 ◦ blue 133

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

Shades of Mulberry #BD5385

Tints of Mulberry #BD5385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.49%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 46.67%
G = 20.49%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD5385 (or 0xBD5385) is known color: Mulberry. HEX triplet: BD, 53 and 85. RGB value is (189,83,133). Sum of RGB (Red+Green+Blue) = 189+83+133=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5385 is #42AC7A. Grayscale: #787878. Windows color (decimal): -4369531 or 8737725. OLE color: 8737725.

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

Color convert

RGB 189 83 133 -
CMYK 0 0.56 0.30 0.26
HSL 331.7º 0.45% 0.53% -
HSV(B) 331.7º 0.56% 0.74% -
XYZ 28.31 18.7 24.31 -
YUV 120.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 189 83 133 0 0.56 0.30 0.26 331.7 0.45 0.53
Hex BD 53 85 0 38 1E 1A 14C 2D 35
Octal 275 123 205 0 70 36 32 514 55 65
Binary 10111101 1010011 10000101 0 111000 11110 11010 101001100 101101 110101

Color Harmonies of #BD5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5385

Black with #BD5385

Text Example


Text Example

White with #BD5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5385; }

 p { color: rgb(189,83,133); }

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

background-color css

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

 a { background-color: rgb(189,83,133); }

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

border-color css

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

 span { border-color: rgb(189,83,133); }

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