Html Css Color HEX #BD4A92 Mulberry

📋 copy color: '#BD4A92'

red 189 ◦ green 74 ◦ blue 146

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

Shades of Mulberry #BD4A92

Tints of Mulberry #BD4A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 46.21%
G = 18.09%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4A92 (or 0xBD4A92) is known color: Mulberry. HEX triplet: BD, 4A and 92. RGB value is (189,74,146). Sum of RGB (Red+Green+Blue) = 189+74+146=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A92 is #42B56D. Grayscale: #747474. Windows color (decimal): -4371822 or 9587389. OLE color: 9587389.

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

Color convert

RGB 189 74 146 -
CMYK 0 0.61 0.23 0.26
HSL 322.43º 0.47% 0.52% -
HSV(B) 322.43º 0.61% 0.74% -
XYZ 28.62 17.79 29.12 -
YUV 116.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 189 74 146 0 0.61 0.23 0.26 322.43 0.47 0.52
Hex BD 4A 92 0 3D 17 1A 142 2F 34
Octal 275 112 222 0 75 27 32 502 57 64
Binary 10111101 1001010 10010010 0 111101 10111 11010 101000010 101111 110100

Color Harmonies of #BD4A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A92

Black with #BD4A92

Text Example


Text Example

White with #BD4A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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