Html Css Color HEX #BD5083 Mulberry

📋 copy color: '#BD5083'

red 189 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #BD5083

Tints of Mulberry #BD5083

RGB

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

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

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

R = 47.25%
G = 20%
B = 32.75%

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

#BD5083 (or 0xBD5083) is known color: Mulberry. HEX triplet: BD, 50 and 83. RGB value is (189,80,131). Sum of RGB (Red+Green+Blue) = 189+80+131=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5083 is #42AF7C. Grayscale: #767676. Windows color (decimal): -4370301 or 8605885. OLE color: 8605885.

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

Color convert

RGB 189 80 131 -
CMYK 0 0.58 0.31 0.26
HSL 331.93º 0.45% 0.53% -
HSV(B) 331.93º 0.58% 0.74% -
XYZ 27.95 18.19 23.51 -
YUV 118.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 189 80 131 0 0.58 0.31 0.26 331.93 0.45 0.53
Hex BD 50 83 0 3A 1F 1A 14C 2D 35
Octal 275 120 203 0 72 37 32 514 55 65
Binary 10111101 1010000 10000011 0 111010 11111 11010 101001100 101101 110101

Color Harmonies of #BD5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5083

Black with #BD5083

Text Example


Text Example

White with #BD5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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