Html Css Color HEX #BD5D8B Mulberry

📋 copy color: '#BD5D8B'

red 189 ◦ green 93 ◦ blue 139

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

Shades of Mulberry #BD5D8B

Tints of Mulberry #BD5D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

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

R = 44.89%
G = 22.09%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD5D8B (or 0xBD5D8B) is known color: Mulberry. HEX triplet: BD, 5D and 8B. RGB value is (189,93,139). Sum of RGB (Red+Green+Blue) = 189+93+139=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5D8B is #42A274. Grayscale: #7E7E7E. Windows color (decimal): -4366965 or 9133501. OLE color: 9133501.

HSL color Cylindrical-coordinate representation of color #BD5D8B: hue angle of 331.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5D8B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 93 139 -
CMYK 0 0.51 0.26 0.26
HSL 331.25º 0.42% 0.55% -
HSV(B) 331.25º 0.51% 0.74% -
XYZ 29.56 20.51 26.83 -
YUV 126.95 134.8 172.26 -
System Red Green Blue C M Y K H S L
Decimal 189 93 139 0 0.51 0.26 0.26 331.25 0.42 0.55
Hex BD 5D 8B 0 33 1A 1A 14B 2A 37
Octal 275 135 213 0 63 32 32 513 52 67
Binary 10111101 1011101 10001011 0 110011 11010 11010 101001011 101010 110111

Color Harmonies of #BD5D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5D8B

Black with #BD5D8B

Text Example


Text Example

White with #BD5D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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