Html Css Color HEX #BD4090 Mulberry

📋 copy color: '#BD4090'

red 189 ◦ green 64 ◦ blue 144

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

Shades of Mulberry #BD4090

Tints of Mulberry #BD4090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 47.61%
G = 16.12%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD4090 (or 0xBD4090) is known color: Mulberry. HEX triplet: BD, 40 and 90. RGB value is (189,64,144). Sum of RGB (Red+Green+Blue) = 189+64+144=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4090 is #42BF6F. Grayscale: #6E6E6E. Windows color (decimal): -4374384 or 9453757. OLE color: 9453757.

HSL color Cylindrical-coordinate representation of color #BD4090: hue angle of 321.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4090 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 64 144 -
CMYK 0 0.66 0.24 0.26
HSL 321.6º 0.49% 0.5% -
HSV(B) 321.6º 0.66% 0.74% -
XYZ 27.85 16.5 28.1 -
YUV 110.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 189 64 144 0 0.66 0.24 0.26 321.6 0.49 0.5
Hex BD 40 90 0 42 18 1A 142 31 32
Octal 275 100 220 0 102 30 32 502 61 62
Binary 10111101 1000000 10010000 0 1000010 11000 11010 101000010 110001 110010

Color Harmonies of #BD4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4090

Black with #BD4090

Text Example


Text Example

White with #BD4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4090; }

 p { color: rgb(189,64,144); }

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

background-color css

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

 a { background-color: rgb(189,64,144); }

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

border-color css

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

 span { border-color: rgb(189,64,144); }

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