Html Css Color HEX #BD4694 Mulberry

📋 copy color: '#BD4694'

red 189 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #BD4694

Tints of Mulberry #BD4694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.36%

R = 46.44%
G = 17.2%
B = 36.36%

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

#BD4694 (or 0xBD4694) is known color: Mulberry. HEX triplet: BD, 46 and 94. RGB value is (189,70,148). Sum of RGB (Red+Green+Blue) = 189+70+148=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4694 is #42B96B. Grayscale: #727272. Windows color (decimal): -4372844 or 9717437. OLE color: 9717437.

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

Color convert

RGB 189 70 148 -
CMYK 0 0.63 0.22 0.26
HSL 320.67º 0.47% 0.51% -
HSV(B) 320.67º 0.63% 0.74% -
XYZ 28.52 17.34 29.86 -
YUV 114.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 189 70 148 0 0.63 0.22 0.26 320.67 0.47 0.51
Hex BD 46 94 0 3F 16 1A 141 2F 33
Octal 275 106 224 0 77 26 32 501 57 63
Binary 10111101 1000110 10010100 0 111111 10110 11010 101000001 101111 110011

Color Harmonies of #BD4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4694

Black with #BD4694

Text Example


Text Example

White with #BD4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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