Html Css Color HEX #BD508A Mulberry

📋 copy color: '#BD508A'

red 189 ◦ green 80 ◦ blue 138

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

Shades of Mulberry #BD508A

Tints of Mulberry #BD508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 46.44%
G = 19.66%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD508A (or 0xBD508A) is known color: Mulberry. HEX triplet: BD, 50 and 8A. RGB value is (189,80,138). Sum of RGB (Red+Green+Blue) = 189+80+138=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD508A is #42AF75. Grayscale: #777777. Windows color (decimal): -4370294 or 9064637. OLE color: 9064637.

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

Color convert

RGB 189 80 138 -
CMYK 0 0.58 0.27 0.26
HSL 328.07º 0.45% 0.53% -
HSV(B) 328.07º 0.58% 0.74% -
XYZ 28.44 18.39 26.1 -
YUV 119.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 189 80 138 0 0.58 0.27 0.26 328.07 0.45 0.53
Hex BD 50 8A 0 3A 1B 1A 148 2D 35
Octal 275 120 212 0 72 33 32 510 55 65
Binary 10111101 1010000 10001010 0 111010 11011 11010 101001000 101101 110101

Color Harmonies of #BD508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD508A

Black with #BD508A

Text Example


Text Example

White with #BD508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD508A; }

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

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

background-color css

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

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

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

border-color css

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

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

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