Html Css Color HEX #BD4D92 Mulberry

📋 copy color: '#BD4D92'

red 189 ◦ green 77 ◦ blue 146

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

Shades of Mulberry #BD4D92

Tints of Mulberry #BD4D92

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

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

R = 45.87%
G = 18.69%
B = 35.44%

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

#BD4D92 (or 0xBD4D92) is known color: Mulberry. HEX triplet: BD, 4D and 92. RGB value is (189,77,146). Sum of RGB (Red+Green+Blue) = 189+77+146=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D92 is #42B26D. Grayscale: #767676. Windows color (decimal): -4371054 or 9588157. OLE color: 9588157.

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

Color convert

RGB 189 77 146 -
CMYK 0 0.59 0.23 0.26
HSL 323.04º 0.46% 0.52% -
HSV(B) 323.04º 0.59% 0.74% -
XYZ 28.83 18.2 29.19 -
YUV 118.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 189 77 146 0 0.59 0.23 0.26 323.04 0.46 0.52
Hex BD 4D 92 0 3B 17 1A 143 2E 34
Octal 275 115 222 0 73 27 32 503 56 64
Binary 10111101 1001101 10010010 0 111011 10111 11010 101000011 101110 110100

Color Harmonies of #BD4D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D92

Black with #BD4D92

Text Example


Text Example

White with #BD4D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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