Html Css Color HEX #BD4C82 Mulberry

📋 copy color: '#BD4C82'

red 189 ◦ green 76 ◦ blue 130

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

Shades of Mulberry #BD4C82

Tints of Mulberry #BD4C82

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.24%

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

R = 47.85%
G = 19.24%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD4C82 (or 0xBD4C82) is known color: Mulberry. HEX triplet: BD, 4C and 82. RGB value is (189,76,130). Sum of RGB (Red+Green+Blue) = 189+76+130=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4C82 is #42B37D. Grayscale: #737373. Windows color (decimal): -4371326 or 8539325. OLE color: 8539325.

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

Color convert

RGB 189 76 130 -
CMYK 0 0.60 0.31 0.26
HSL 331.33º 0.46% 0.52% -
HSV(B) 331.33º 0.6% 0.74% -
XYZ 27.6 17.6 23.06 -
YUV 115.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 189 76 130 0 0.60 0.31 0.26 331.33 0.46 0.52
Hex BD 4C 82 0 3C 1F 1A 14B 2E 34
Octal 275 114 202 0 74 37 32 513 56 64
Binary 10111101 1001100 10000010 0 111100 11111 11010 101001011 101110 110100

Color Harmonies of #BD4C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C82

Black with #BD4C82

Text Example


Text Example

White with #BD4C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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