Html Css Color HEX #BD4C9D Mulberry

📋 copy color: '#BD4C9D'

red 189 ◦ green 76 ◦ blue 157

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

Shades of Mulberry #BD4C9D

Tints of Mulberry #BD4C9D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.01%

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 44.79%
G = 18.01%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD4C9D (or 0xBD4C9D) is known color: Mulberry. HEX triplet: BD, 4C and 9D. RGB value is (189,76,157). Sum of RGB (Red+Green+Blue) = 189+76+157=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C9D is #42B362. Grayscale: #767676. Windows color (decimal): -4371299 or 10308797. OLE color: 10308797.

HSL color Cylindrical-coordinate representation of color #BD4C9D: hue angle of 316.99º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4C9D is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 76 157 -
CMYK 0 0.60 0.17 0.26
HSL 316.99º 0.46% 0.52% -
HSV(B) 316.99º 0.6% 0.74% -
XYZ 29.66 18.42 33.89 -
YUV 119.02 149.44 177.91 -
System Red Green Blue C M Y K H S L
Decimal 189 76 157 0 0.60 0.17 0.26 316.99 0.46 0.52
Hex BD 4C 9D 0 3C 11 1A 13D 2E 34
Octal 275 114 235 0 74 21 32 475 56 64
Binary 10111101 1001100 10011101 0 111100 10001 11010 100111101 101110 110100

Color Harmonies of #BD4C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C9D

Black with #BD4C9D

Text Example


Text Example

White with #BD4C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C9D; }

 p { color: rgb(189,76,157); }

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

background-color css

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

 a { background-color: rgb(189,76,157); }

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

border-color css

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

 span { border-color: rgb(189,76,157); }

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