Html Css Color HEX #BD469A Mulberry

📋 copy color: '#BD469A'

red 189 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #BD469A

Tints of Mulberry #BD469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.95%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 45.76%
G = 16.95%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD469A (or 0xBD469A) is known color: Mulberry. HEX triplet: BD, 46 and 9A. RGB value is (189,70,154). Sum of RGB (Red+Green+Blue) = 189+70+154=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD469A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD469A is #42B965. Grayscale: #727272. Windows color (decimal): -4372838 or 10110653. OLE color: 10110653.

HSL color Cylindrical-coordinate representation of color #BD469A: hue angle of 317.65º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD469A is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 154 -
CMYK 0 0.63 0.19 0.26
HSL 317.65º 0.47% 0.51% -
HSV(B) 317.65º 0.63% 0.74% -
XYZ 29.01 17.53 32.43 -
YUV 115.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 189 70 154 0 0.63 0.19 0.26 317.65 0.47 0.51
Hex BD 46 9A 0 3F 13 1A 13E 2F 33
Octal 275 106 232 0 77 23 32 476 57 63
Binary 10111101 1000110 10011010 0 111111 10011 11010 100111110 101111 110011

Color Harmonies of #BD469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD469A

Black with #BD469A

Text Example


Text Example

White with #BD469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD469A; }

 p { color: rgb(189,70,154); }

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

background-color css

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

 a { background-color: rgb(189,70,154); }

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

border-color css

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

 span { border-color: rgb(189,70,154); }

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