Html Css Color HEX #BD61A2 Mulberry

📋 copy color: '#BD61A2'

red 189 ◦ green 97 ◦ blue 162

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

Shades of Mulberry #BD61A2

Tints of Mulberry #BD61A2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.65%

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

R = 42.19%
G = 21.65%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD61A2 (or 0xBD61A2) is known color: Mulberry. HEX triplet: BD, 61 and A2. RGB value is (189,97,162). Sum of RGB (Red+Green+Blue) = 189+97+162=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD61A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD61A2 is #429E5D. Grayscale: #838383. Windows color (decimal): -4365918 or 10641853. OLE color: 10641853.

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

Color convert

RGB 189 97 162 -
CMYK 0 0.49 0.14 0.26
HSL 317.61º 0.41% 0.56% -
HSV(B) 317.61º 0.49% 0.74% -
XYZ 31.78 21.98 36.75 -
YUV 131.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 189 97 162 0 0.49 0.14 0.26 317.61 0.41 0.56
Hex BD 61 A2 0 31 E 1A 13E 29 38
Octal 275 141 242 0 61 16 32 476 51 70
Binary 10111101 1100001 10100010 0 110001 1110 11010 100111110 101001 111000

Color Harmonies of #BD61A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61A2

Black with #BD61A2

Text Example


Text Example

White with #BD61A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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