Html Css Color HEX #BD5C9C Mulberry

📋 copy color: '#BD5C9C'

red 189 ◦ green 92 ◦ blue 156

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

Shades of Mulberry #BD5C9C

Tints of Mulberry #BD5C9C

RGB

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

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

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

R = 43.25%
G = 21.05%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD5C9C (or 0xBD5C9C) is known color: Mulberry. HEX triplet: BD, 5C and 9C. RGB value is (189,92,156). Sum of RGB (Red+Green+Blue) = 189+92+156=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5C9C is #42A363. Grayscale: #808080. Windows color (decimal): -4367204 or 10247357. OLE color: 10247357.

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

Color convert

RGB 189 92 156 -
CMYK 0 0.51 0.17 0.26
HSL 320.41º 0.42% 0.55% -
HSV(B) 320.41º 0.51% 0.74% -
XYZ 30.81 20.87 33.86 -
YUV 128.3 143.64 171.3 -
System Red Green Blue C M Y K H S L
Decimal 189 92 156 0 0.51 0.17 0.26 320.41 0.42 0.55
Hex BD 5C 9C 0 33 11 1A 140 2A 37
Octal 275 134 234 0 63 21 32 500 52 67
Binary 10111101 1011100 10011100 0 110011 10001 11010 101000000 101010 110111

Color Harmonies of #BD5C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5C9C

Black with #BD5C9C

Text Example


Text Example

White with #BD5C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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