Html Css Color HEX #BD54A4 Mulberry

📋 copy color: '#BD54A4'

red 189 ◦ green 84 ◦ blue 164

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

Shades of Mulberry #BD54A4

Tints of Mulberry #BD54A4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

 BLUE value IS 164 (64.45% from 255) = 37.53%

R = 43.25%
G = 19.22%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD54A4 (or 0xBD54A4) is known color: Mulberry. HEX triplet: BD, 54 and A4. RGB value is (189,84,164). Sum of RGB (Red+Green+Blue) = 189+84+164=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD54A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD54A4 is #42AB5B. Grayscale: #7C7C7C. Windows color (decimal): -4369244 or 10769597. OLE color: 10769597.

HSL color Cylindrical-coordinate representation of color #BD54A4: hue angle of 314.29º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD54A4 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 84 164 -
CMYK 0 0.56 0.13 0.26
HSL 314.29º 0.44% 0.54% -
HSV(B) 314.29º 0.56% 0.74% -
XYZ 30.86 19.84 37.33 -
YUV 124.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 189 84 164 0 0.56 0.13 0.26 314.29 0.44 0.54
Hex BD 54 A4 0 38 D 1A 13A 2C 36
Octal 275 124 244 0 70 15 32 472 54 66
Binary 10111101 1010100 10100100 0 111000 1101 11010 100111010 101100 110110

Color Harmonies of #BD54A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54A4

Black with #BD54A4

Text Example


Text Example

White with #BD54A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54A4; }

 p { color: rgb(189,84,164); }

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

background-color css

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

 a { background-color: rgb(189,84,164); }

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

border-color css

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

 span { border-color: rgb(189,84,164); }

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