Html Css Color HEX #BD40A2 Mulberry

📋 copy color: '#BD40A2'

red 189 ◦ green 64 ◦ blue 162

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

Shades of Mulberry #BD40A2

Tints of Mulberry #BD40A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

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

R = 45.54%
G = 15.42%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD40A2 (or 0xBD40A2) is known color: Mulberry. HEX triplet: BD, 40 and A2. RGB value is (189,64,162). Sum of RGB (Red+Green+Blue) = 189+64+162=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40A2 is #42BF5D. Grayscale: #707070. Windows color (decimal): -4374366 or 10633405. OLE color: 10633405.

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

Color convert

RGB 189 64 162 -
CMYK 0 0.66 0.14 0.26
HSL 312.96º 0.49% 0.5% -
HSV(B) 312.96º 0.66% 0.74% -
XYZ 29.34 17.09 35.94 -
YUV 112.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 189 64 162 0 0.66 0.14 0.26 312.96 0.49 0.5
Hex BD 40 A2 0 42 E 1A 139 31 32
Octal 275 100 242 0 102 16 32 471 61 62
Binary 10111101 1000000 10100010 0 1000010 1110 11010 100111001 110001 110010

Color Harmonies of #BD40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40A2

Black with #BD40A2

Text Example


Text Example

White with #BD40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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