Html Css Color HEX #BD4A94 Mulberry

📋 copy color: '#BD4A94'

red 189 ◦ green 74 ◦ blue 148

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

Shades of Mulberry #BD4A94

Tints of Mulberry #BD4A94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 45.99%
G = 18%
B = 36.01%

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

#BD4A94 (or 0xBD4A94) is known color: Mulberry. HEX triplet: BD, 4A and 94. RGB value is (189,74,148). Sum of RGB (Red+Green+Blue) = 189+74+148=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A94 is #42B56B. Grayscale: #747474. Windows color (decimal): -4371820 or 9718461. OLE color: 9718461.

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

Color convert

RGB 189 74 148 -
CMYK 0 0.61 0.22 0.26
HSL 321.39º 0.47% 0.52% -
HSV(B) 321.39º 0.61% 0.74% -
XYZ 28.78 17.85 29.95 -
YUV 116.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 189 74 148 0 0.61 0.22 0.26 321.39 0.47 0.52
Hex BD 4A 94 0 3D 16 1A 141 2F 34
Octal 275 112 224 0 75 26 32 501 57 64
Binary 10111101 1001010 10010100 0 111101 10110 11010 101000001 101111 110100

Color Harmonies of #BD4A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A94

Black with #BD4A94

Text Example


Text Example

White with #BD4A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A94; }

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

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

background-color css

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

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

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

border-color css

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

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

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