Html Css Color HEX #BD469B Mulberry

📋 copy color: '#BD469B'

red 189 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #BD469B

Tints of Mulberry #BD469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.44%

R = 45.65%
G = 16.91%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD469B (or 0xBD469B) is known color: Mulberry. HEX triplet: BD, 46 and 9B. RGB value is (189,70,155). Sum of RGB (Red+Green+Blue) = 189+70+155=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD469B is #42B964. Grayscale: #737373. Windows color (decimal): -4372837 or 10176189. OLE color: 10176189.

HSL color Cylindrical-coordinate representation of color #BD469B: hue angle of 317.14º 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 #BD469B is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 155 -
CMYK 0 0.63 0.18 0.26
HSL 317.14º 0.47% 0.51% -
HSV(B) 317.14º 0.63% 0.74% -
XYZ 29.09 17.57 32.87 -
YUV 115.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 189 70 155 0 0.63 0.18 0.26 317.14 0.47 0.51
Hex BD 46 9B 0 3F 12 1A 13D 2F 33
Octal 275 106 233 0 77 22 32 475 57 63
Binary 10111101 1000110 10011011 0 111111 10010 11010 100111101 101111 110011

Color Harmonies of #BD469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD469B

Black with #BD469B

Text Example


Text Example

White with #BD469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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