Html Css Color HEX #BD4E92 Mulberry

📋 copy color: '#BD4E92'

red 189 ◦ green 78 ◦ blue 146

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

Shades of Mulberry #BD4E92

Tints of Mulberry #BD4E92

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.89%

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

R = 45.76%
G = 18.89%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4E92 (or 0xBD4E92) is known color: Mulberry. HEX triplet: BD, 4E and 92. RGB value is (189,78,146). Sum of RGB (Red+Green+Blue) = 189+78+146=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E92 is #42B16D. Grayscale: #767676. Windows color (decimal): -4370798 or 9588413. OLE color: 9588413.

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

Color convert

RGB 189 78 146 -
CMYK 0 0.59 0.23 0.26
HSL 323.24º 0.46% 0.52% -
HSV(B) 323.24º 0.59% 0.74% -
XYZ 28.9 18.34 29.21 -
YUV 118.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 189 78 146 0 0.59 0.23 0.26 323.24 0.46 0.52
Hex BD 4E 92 0 3B 17 1A 143 2E 34
Octal 275 116 222 0 73 27 32 503 56 64
Binary 10111101 1001110 10010010 0 111011 10111 11010 101000011 101110 110100

Color Harmonies of #BD4E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E92

Black with #BD4E92

Text Example


Text Example

White with #BD4E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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