Html Css Color HEX #BD5E9C Mulberry

📋 copy color: '#BD5E9C'

red 189 ◦ green 94 ◦ blue 156

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

Shades of Mulberry #BD5E9C

Tints of Mulberry #BD5E9C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.41%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 43.05%
G = 21.41%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD5E9C (or 0xBD5E9C) is known color: Mulberry. HEX triplet: BD, 5E and 9C. RGB value is (189,94,156). Sum of RGB (Red+Green+Blue) = 189+94+156=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E9C is #42A163. Grayscale: #818181. Windows color (decimal): -4366692 or 10247869. OLE color: 10247869.

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

Color convert

RGB 189 94 156 -
CMYK 0 0.50 0.17 0.26
HSL 320.84º 0.42% 0.55% -
HSV(B) 320.84º 0.5% 0.74% -
XYZ 30.99 21.22 33.92 -
YUV 129.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 189 94 156 0 0.50 0.17 0.26 320.84 0.42 0.55
Hex BD 5E 9C 0 32 11 1A 141 2A 37
Octal 275 136 234 0 62 21 32 501 52 67
Binary 10111101 1011110 10011100 0 110010 10001 11010 101000001 101010 110111

Color Harmonies of #BD5E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E9C

Black with #BD5E9C

Text Example


Text Example

White with #BD5E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E9C; }

 p { color: rgb(189,94,156); }

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

background-color css

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

 a { background-color: rgb(189,94,156); }

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

border-color css

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

 span { border-color: rgb(189,94,156); }

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