Html Css Color HEX #BD4A82 Mulberry

📋 copy color: '#BD4A82'

red 189 ◦ green 74 ◦ blue 130

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

Shades of Mulberry #BD4A82

Tints of Mulberry #BD4A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.83%

 BLUE value IS 130 (51.17% from 255) = 33.08%

R = 48.09%
G = 18.83%
B = 33.08%

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

#BD4A82 (or 0xBD4A82) is known color: Mulberry. HEX triplet: BD, 4A and 82. RGB value is (189,74,130). Sum of RGB (Red+Green+Blue) = 189+74+130=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A82 is #42B57D. Grayscale: #727272. Windows color (decimal): -4371838 or 8538813. OLE color: 8538813.

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

Color convert

RGB 189 74 130 -
CMYK 0 0.61 0.31 0.26
HSL 330.78º 0.47% 0.52% -
HSV(B) 330.78º 0.61% 0.74% -
XYZ 27.46 17.33 23.02 -
YUV 114.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 189 74 130 0 0.61 0.31 0.26 330.78 0.47 0.52
Hex BD 4A 82 0 3D 1F 1A 14B 2F 34
Octal 275 112 202 0 75 37 32 513 57 64
Binary 10111101 1001010 10000010 0 111101 11111 11010 101001011 101111 110100

Color Harmonies of #BD4A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A82

Black with #BD4A82

Text Example


Text Example

White with #BD4A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A82; }

 p { color: rgb(189,74,130); }

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

background-color css

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

 a { background-color: rgb(189,74,130); }

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

border-color css

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

 span { border-color: rgb(189,74,130); }

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