Html Css Color HEX #BD4A93 Mulberry

📋 copy color: '#BD4A93'

red 189 ◦ green 74 ◦ blue 147

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

Shades of Mulberry #BD4A93

Tints of Mulberry #BD4A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 46.1%
G = 18.05%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD4A93 (or 0xBD4A93) is known color: Mulberry. HEX triplet: BD, 4A and 93. RGB value is (189,74,147). Sum of RGB (Red+Green+Blue) = 189+74+147=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A93 is #42B56C. Grayscale: #747474. Windows color (decimal): -4371821 or 9652925. OLE color: 9652925.

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

Color convert

RGB 189 74 147 -
CMYK 0 0.61 0.22 0.26
HSL 321.91º 0.47% 0.52% -
HSV(B) 321.91º 0.61% 0.74% -
XYZ 28.7 17.82 29.53 -
YUV 116.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 189 74 147 0 0.61 0.22 0.26 321.91 0.47 0.52
Hex BD 4A 93 0 3D 16 1A 142 2F 34
Octal 275 112 223 0 75 26 32 502 57 64
Binary 10111101 1001010 10010011 0 111101 10110 11010 101000010 101111 110100

Color Harmonies of #BD4A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A93

Black with #BD4A93

Text Example


Text Example

White with #BD4A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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