Html Css Color HEX #BD4A96 Mulberry

📋 copy color: '#BD4A96'

red 189 ◦ green 74 ◦ blue 150

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

Shades of Mulberry #BD4A96

Tints of Mulberry #BD4A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.92%

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 45.76%
G = 17.92%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD4A96 (or 0xBD4A96) is known color: Mulberry. HEX triplet: BD, 4A and 96. RGB value is (189,74,150). Sum of RGB (Red+Green+Blue) = 189+74+150=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A96 is #42B569. Grayscale: #747474. Windows color (decimal): -4371818 or 9849533. OLE color: 9849533.

HSL color Cylindrical-coordinate representation of color #BD4A96: hue angle of 320.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4A96 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 74 150 -
CMYK 0 0.61 0.21 0.26
HSL 320.35º 0.47% 0.52% -
HSV(B) 320.35º 0.61% 0.74% -
XYZ 28.94 17.92 30.79 -
YUV 117.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 189 74 150 0 0.61 0.21 0.26 320.35 0.47 0.52
Hex BD 4A 96 0 3D 15 1A 140 2F 34
Octal 275 112 226 0 75 25 32 500 57 64
Binary 10111101 1001010 10010110 0 111101 10101 11010 101000000 101111 110100

Color Harmonies of #BD4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A96

Black with #BD4A96

Text Example


Text Example

White with #BD4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A96; }

 p { color: rgb(189,74,150); }

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

background-color css

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

 a { background-color: rgb(189,74,150); }

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

border-color css

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

 span { border-color: rgb(189,74,150); }

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