Html Css Color HEX #BD5AA2 Mulberry

📋 copy color: '#BD5AA2'

red 189 ◦ green 90 ◦ blue 162

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

Shades of Mulberry #BD5AA2

Tints of Mulberry #BD5AA2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

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

R = 42.86%
G = 20.41%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD5AA2 (or 0xBD5AA2) is known color: Mulberry. HEX triplet: BD, 5A and A2. RGB value is (189,90,162). Sum of RGB (Red+Green+Blue) = 189+90+162=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5AA2 is #42A55D. Grayscale: #7F7F7F. Windows color (decimal): -4367710 or 10640061. OLE color: 10640061.

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

Color convert

RGB 189 90 162 -
CMYK 0 0.52 0.14 0.26
HSL 316.36º 0.43% 0.55% -
HSV(B) 316.36º 0.52% 0.74% -
XYZ 31.16 20.74 36.54 -
YUV 127.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 189 90 162 0 0.52 0.14 0.26 316.36 0.43 0.55
Hex BD 5A A2 0 34 E 1A 13C 2B 37
Octal 275 132 242 0 64 16 32 474 53 67
Binary 10111101 1011010 10100010 0 110100 1110 11010 100111100 101011 110111

Color Harmonies of #BD5AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5AA2

Black with #BD5AA2

Text Example


Text Example

White with #BD5AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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