Html Css Color HEX #BD53A2 Mulberry

📋 copy color: '#BD53A2'

red 189 ◦ green 83 ◦ blue 162

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

Shades of Mulberry #BD53A2

Tints of Mulberry #BD53A2

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

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

R = 43.55%
G = 19.12%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD53A2 (or 0xBD53A2) is known color: Mulberry. HEX triplet: BD, 53 and A2. RGB value is (189,83,162). Sum of RGB (Red+Green+Blue) = 189+83+162=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD53A2 is #42AC5D. Grayscale: #7B7B7B. Windows color (decimal): -4369502 or 10638269. OLE color: 10638269.

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

Color convert

RGB 189 83 162 -
CMYK 0 0.56 0.14 0.26
HSL 315.28º 0.45% 0.53% -
HSV(B) 315.28º 0.56% 0.74% -
XYZ 30.6 19.61 36.36 -
YUV 123.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 189 83 162 0 0.56 0.14 0.26 315.28 0.45 0.53
Hex BD 53 A2 0 38 E 1A 13B 2D 35
Octal 275 123 242 0 70 16 32 473 55 65
Binary 10111101 1010011 10100010 0 111000 1110 11010 100111011 101101 110101

Color Harmonies of #BD53A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53A2

Black with #BD53A2

Text Example


Text Example

White with #BD53A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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