Html Css Color HEX #BD5C9B Mulberry

📋 copy color: '#BD5C9B'

red 189 ◦ green 92 ◦ blue 155

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

Shades of Mulberry #BD5C9B

Tints of Mulberry #BD5C9B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 43.35%
G = 21.1%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD5C9B (or 0xBD5C9B) is known color: Mulberry. HEX triplet: BD, 5C and 9B. RGB value is (189,92,155). Sum of RGB (Red+Green+Blue) = 189+92+155=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5C9B is #42A364. Grayscale: #808080. Windows color (decimal): -4367205 or 10181821. OLE color: 10181821.

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

Color convert

RGB 189 92 155 -
CMYK 0 0.51 0.18 0.26
HSL 321.03º 0.42% 0.55% -
HSV(B) 321.03º 0.51% 0.74% -
XYZ 30.73 20.84 33.41 -
YUV 128.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 189 92 155 0 0.51 0.18 0.26 321.03 0.42 0.55
Hex BD 5C 9B 0 33 12 1A 141 2A 37
Octal 275 134 233 0 63 22 32 501 52 67
Binary 10111101 1011100 10011011 0 110011 10010 11010 101000001 101010 110111

Color Harmonies of #BD5C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C9B

Black with #BD5C9B

Text Example


Text Example

White with #BD5C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C9B; }

 p { color: rgb(189,92,155); }

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

background-color css

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

 a { background-color: rgb(189,92,155); }

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

border-color css

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

 span { border-color: rgb(189,92,155); }

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