Html Css Color HEX #BD459F Mulberry

📋 copy color: '#BD459F'

red 189 ◦ green 69 ◦ blue 159

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

Shades of Mulberry #BD459F

Tints of Mulberry #BD459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 45.32%
G = 16.55%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD459F (or 0xBD459F) is known color: Mulberry. HEX triplet: BD, 45 and 9F. RGB value is (189,69,159). Sum of RGB (Red+Green+Blue) = 189+69+159=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD459F is #42BA60. Grayscale: #727272. Windows color (decimal): -4373089 or 10438077. OLE color: 10438077.

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

Color convert

RGB 189 69 159 -
CMYK 0 0.63 0.16 0.26
HSL 315º 0.48% 0.51% -
HSV(B) 315º 0.63% 0.74% -
XYZ 29.37 17.58 34.65 -
YUV 115.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 189 69 159 0 0.63 0.16 0.26 315 0.48 0.51
Hex BD 45 9F 0 3F 10 1A 13B 30 33
Octal 275 105 237 0 77 20 32 473 60 63
Binary 10111101 1000101 10011111 0 111111 10000 11010 100111011 110000 110011

Color Harmonies of #BD459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD459F

Black with #BD459F

Text Example


Text Example

White with #BD459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD459F; }

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

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

background-color css

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

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

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

border-color css

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

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

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