Html Css Color HEX #BD5082 Mulberry

📋 copy color: '#BD5082'

red 189 ◦ green 80 ◦ blue 130

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

Shades of Mulberry #BD5082

Tints of Mulberry #BD5082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.05%

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

R = 47.37%
G = 20.05%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD5082 (or 0xBD5082) is known color: Mulberry. HEX triplet: BD, 50 and 82. RGB value is (189,80,130). Sum of RGB (Red+Green+Blue) = 189+80+130=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5082 is #42AF7D. Grayscale: #767676. Windows color (decimal): -4370302 or 8540349. OLE color: 8540349.

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

Color convert

RGB 189 80 130 -
CMYK 0 0.58 0.31 0.26
HSL 332.48º 0.45% 0.53% -
HSV(B) 332.48º 0.58% 0.74% -
XYZ 27.88 18.17 23.16 -
YUV 118.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 189 80 130 0 0.58 0.31 0.26 332.48 0.45 0.53
Hex BD 50 82 0 3A 1F 1A 14C 2D 35
Octal 275 120 202 0 72 37 32 514 55 65
Binary 10111101 1010000 10000010 0 111010 11111 11010 101001100 101101 110101

Color Harmonies of #BD5082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5082

Black with #BD5082

Text Example


Text Example

White with #BD5082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5082; }

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

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

background-color css

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

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

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

border-color css

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

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

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