Html Css Color HEX #BD4792 Mulberry

📋 copy color: '#BD4792'

red 189 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #BD4792

Tints of Mulberry #BD4792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 46.55%
G = 17.49%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4792 (or 0xBD4792) is known color: Mulberry. HEX triplet: BD, 47 and 92. RGB value is (189,71,146). Sum of RGB (Red+Green+Blue) = 189+71+146=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4792 is #42B86D. Grayscale: #727272. Windows color (decimal): -4372590 or 9586621. OLE color: 9586621.

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

Color convert

RGB 189 71 146 -
CMYK 0 0.62 0.23 0.26
HSL 321.86º 0.47% 0.51% -
HSV(B) 321.86º 0.62% 0.74% -
XYZ 28.43 17.4 29.05 -
YUV 114.83 145.59 180.9 -
System Red Green Blue C M Y K H S L
Decimal 189 71 146 0 0.62 0.23 0.26 321.86 0.47 0.51
Hex BD 47 92 0 3E 17 1A 142 2F 33
Octal 275 107 222 0 76 27 32 502 57 63
Binary 10111101 1000111 10010010 0 111110 10111 11010 101000010 101111 110011

Color Harmonies of #BD4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4792

Black with #BD4792

Text Example


Text Example

White with #BD4792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4792; }

 p { color: rgb(189,71,146); }

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

background-color css

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

 a { background-color: rgb(189,71,146); }

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

border-color css

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

 span { border-color: rgb(189,71,146); }

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