Html Css Color HEX #BD4693 Mulberry

📋 copy color: '#BD4693'

red 189 ◦ green 70 ◦ blue 147

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

Shades of Mulberry #BD4693

Tints of Mulberry #BD4693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.24%

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 46.55%
G = 17.24%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD4693 (or 0xBD4693) is known color: Mulberry. HEX triplet: BD, 46 and 93. RGB value is (189,70,147). Sum of RGB (Red+Green+Blue) = 189+70+147=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4693 is #42B96C. Grayscale: #727272. Windows color (decimal): -4372845 or 9651901. OLE color: 9651901.

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

Color convert

RGB 189 70 147 -
CMYK 0 0.63 0.22 0.26
HSL 321.18º 0.47% 0.51% -
HSV(B) 321.18º 0.63% 0.74% -
XYZ 28.44 17.31 29.45 -
YUV 114.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 189 70 147 0 0.63 0.22 0.26 321.18 0.47 0.51
Hex BD 46 93 0 3F 16 1A 141 2F 33
Octal 275 106 223 0 77 26 32 501 57 63
Binary 10111101 1000110 10010011 0 111111 10110 11010 101000001 101111 110011

Color Harmonies of #BD4693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4693

Black with #BD4693

Text Example


Text Example

White with #BD4693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4693; }

 p { color: rgb(189,70,147); }

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

background-color css

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

 a { background-color: rgb(189,70,147); }

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

border-color css

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

 span { border-color: rgb(189,70,147); }

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