Html Css Color HEX #BD4794 Mulberry

📋 copy color: '#BD4794'

red 189 ◦ green 71 ◦ blue 148

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

Shades of Mulberry #BD4794

Tints of Mulberry #BD4794

RGB

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

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

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

R = 46.32%
G = 17.4%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD4794 (or 0xBD4794) is known color: Mulberry. HEX triplet: BD, 47 and 94. RGB value is (189,71,148). Sum of RGB (Red+Green+Blue) = 189+71+148=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4794 is #42B86B. Grayscale: #727272. Windows color (decimal): -4372588 or 9717693. OLE color: 9717693.

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

Color convert

RGB 189 71 148 -
CMYK 0 0.62 0.22 0.26
HSL 320.85º 0.47% 0.51% -
HSV(B) 320.85º 0.62% 0.74% -
XYZ 28.58 17.46 29.88 -
YUV 115.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 189 71 148 0 0.62 0.22 0.26 320.85 0.47 0.51
Hex BD 47 94 0 3E 16 1A 141 2F 33
Octal 275 107 224 0 76 26 32 501 57 63
Binary 10111101 1000111 10010100 0 111110 10110 11010 101000001 101111 110011

Color Harmonies of #BD4794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4794

Black with #BD4794

Text Example


Text Example

White with #BD4794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4794; }

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

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

background-color css

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

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

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

border-color css

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

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

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