Html Css Color HEX #BD459B Mulberry

📋 copy color: '#BD459B'

red 189 ◦ green 69 ◦ blue 155

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

Shades of Mulberry #BD459B

Tints of Mulberry #BD459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.71%

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

R = 45.76%
G = 16.71%
B = 37.53%

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

#BD459B (or 0xBD459B) is known color: Mulberry. HEX triplet: BD, 45 and 9B. RGB value is (189,69,155). Sum of RGB (Red+Green+Blue) = 189+69+155=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD459B is #42BA64. Grayscale: #727272. Windows color (decimal): -4373093 or 10175933. OLE color: 10175933.

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

Color convert

RGB 189 69 155 -
CMYK 0 0.63 0.18 0.26
HSL 317º 0.48% 0.51% -
HSV(B) 317º 0.63% 0.74% -
XYZ 29.03 17.44 32.85 -
YUV 114.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 189 69 155 0 0.63 0.18 0.26 317 0.48 0.51
Hex BD 45 9B 0 3F 12 1A 13D 30 33
Octal 275 105 233 0 77 22 32 475 60 63
Binary 10111101 1000101 10011011 0 111111 10010 11010 100111101 110000 110011

Color Harmonies of #BD459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD459B

Black with #BD459B

Text Example


Text Example

White with #BD459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD459B; }

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

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

background-color css

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

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

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

border-color css

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

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

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