Html Css Color HEX #BD458F Mulberry

📋 copy color: '#BD458F'

red 189 ◦ green 69 ◦ blue 143

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

Shades of Mulberry #BD458F

Tints of Mulberry #BD458F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 47.13%
G = 17.21%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD458F (or 0xBD458F) is known color: Mulberry. HEX triplet: BD, 45 and 8F. RGB value is (189,69,143). Sum of RGB (Red+Green+Blue) = 189+69+143=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD458F is #42BA70. Grayscale: #717171. Windows color (decimal): -4373105 or 9389501. OLE color: 9389501.

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

Color convert

RGB 189 69 143 -
CMYK 0 0.63 0.24 0.26
HSL 323º 0.48% 0.51% -
HSV(B) 323º 0.63% 0.74% -
XYZ 28.07 17.06 27.8 -
YUV 113.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 189 69 143 0 0.63 0.24 0.26 323 0.48 0.51
Hex BD 45 8F 0 3F 18 1A 143 30 33
Octal 275 105 217 0 77 30 32 503 60 63
Binary 10111101 1000101 10001111 0 111111 11000 11010 101000011 110000 110011

Color Harmonies of #BD458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD458F

Black with #BD458F

Text Example


Text Example

White with #BD458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD458F; }

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

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

background-color css

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

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

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

border-color css

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

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

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