Html Css Color HEX #BD44A2 Mulberry

📋 copy color: '#BD44A2'

red 189 ◦ green 68 ◦ blue 162

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

Shades of Mulberry #BD44A2

Tints of Mulberry #BD44A2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.23%

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 45.11%
G = 16.23%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD44A2 (or 0xBD44A2) is known color: Mulberry. HEX triplet: BD, 44 and A2. RGB value is (189,68,162). Sum of RGB (Red+Green+Blue) = 189+68+162=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD44A2 is #42BB5D. Grayscale: #727272. Windows color (decimal): -4373342 or 10634429. OLE color: 10634429.

HSL color Cylindrical-coordinate representation of color #BD44A2: hue angle of 313.39º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD44A2 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 162 -
CMYK 0 0.64 0.14 0.26
HSL 313.39º 0.48% 0.5% -
HSV(B) 313.39º 0.64% 0.74% -
XYZ 29.57 17.56 36.01 -
YUV 114.9 154.59 180.86 -
System Red Green Blue C M Y K H S L
Decimal 189 68 162 0 0.64 0.14 0.26 313.39 0.48 0.5
Hex BD 44 A2 0 40 E 1A 139 30 32
Octal 275 104 242 0 100 16 32 471 60 62
Binary 10111101 1000100 10100010 0 1000000 1110 11010 100111001 110000 110010

Color Harmonies of #BD44A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44A2

Black with #BD44A2

Text Example


Text Example

White with #BD44A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44A2; }

 p { color: rgb(189,68,162); }

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

background-color css

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

 a { background-color: rgb(189,68,162); }

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

border-color css

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

 span { border-color: rgb(189,68,162); }

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