Html Css Color HEX #BD458A Mulberry

📋 copy color: '#BD458A'

red 189 ◦ green 69 ◦ blue 138

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

Shades of Mulberry #BD458A

Tints of Mulberry #BD458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.85%

R = 47.73%
G = 17.42%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD458A (or 0xBD458A) is known color: Mulberry. HEX triplet: BD, 45 and 8A. RGB value is (189,69,138). Sum of RGB (Red+Green+Blue) = 189+69+138=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 69 (27.34% from 255 or 17.42% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD458A is #42BA75. Grayscale: #707070. Windows color (decimal): -4373110 or 9061821. OLE color: 9061821.

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

Color convert

RGB 189 69 138 -
CMYK 0 0.63 0.27 0.26
HSL 325.5º 0.48% 0.51% -
HSV(B) 325.5º 0.63% 0.74% -
XYZ 27.7 16.91 25.85 -
YUV 112.75 142.26 182.39 -
System Red Green Blue C M Y K H S L
Decimal 189 69 138 0 0.63 0.27 0.26 325.5 0.48 0.51
Hex BD 45 8A 0 3F 1B 1A 146 30 33
Octal 275 105 212 0 77 33 32 506 60 63
Binary 10111101 1000101 10001010 0 111111 11011 11010 101000110 110000 110011

Color Harmonies of #BD458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD458A

Black with #BD458A

Text Example


Text Example

White with #BD458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD458A; }

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

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

background-color css

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

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

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

border-color css

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

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

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