Html Css Color HEX #BD4983 Mulberry

📋 copy color: '#BD4983'

red 189 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #BD4983

Tints of Mulberry #BD4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

 BLUE value IS 131 (51.56% from 255) = 33.33%

R = 48.09%
G = 18.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD4983 (or 0xBD4983) is known color: Mulberry. HEX triplet: BD, 49 and 83. RGB value is (189,73,131). Sum of RGB (Red+Green+Blue) = 189+73+131=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4983 is #42B67C. Grayscale: #727272. Windows color (decimal): -4372093 or 8604093. OLE color: 8604093.

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

Color convert

RGB 189 73 131 -
CMYK 0 0.61 0.31 0.26
HSL 330º 0.47% 0.51% -
HSV(B) 330º 0.61% 0.74% -
XYZ 27.47 17.22 23.35 -
YUV 114.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 189 73 131 0 0.61 0.31 0.26 330 0.47 0.51
Hex BD 49 83 0 3D 1F 1A 14A 2F 33
Octal 275 111 203 0 75 37 32 512 57 63
Binary 10111101 1001001 10000011 0 111101 11111 11010 101001010 101111 110011

Color Harmonies of #BD4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4983

Black with #BD4983

Text Example


Text Example

White with #BD4983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4983; }

 p { color: rgb(189,73,131); }

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

background-color css

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

 a { background-color: rgb(189,73,131); }

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

border-color css

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

 span { border-color: rgb(189,73,131); }

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