Html Css Color HEX #BD4692 Mulberry

📋 copy color: '#BD4692'

red 189 ◦ green 70 ◦ blue 146

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

Shades of Mulberry #BD4692

Tints of Mulberry #BD4692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

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

R = 46.67%
G = 17.28%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4692 (or 0xBD4692) is known color: Mulberry. HEX triplet: BD, 46 and 92. RGB value is (189,70,146). Sum of RGB (Red+Green+Blue) = 189+70+146=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4692 is #42B96D. Grayscale: #727272. Windows color (decimal): -4372846 or 9586365. OLE color: 9586365.

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

Color convert

RGB 189 70 146 -
CMYK 0 0.63 0.23 0.26
HSL 321.68º 0.47% 0.51% -
HSV(B) 321.68º 0.63% 0.74% -
XYZ 28.36 17.27 29.03 -
YUV 114.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 189 70 146 0 0.63 0.23 0.26 321.68 0.47 0.51
Hex BD 46 92 0 3F 17 1A 142 2F 33
Octal 275 106 222 0 77 27 32 502 57 63
Binary 10111101 1000110 10010010 0 111111 10111 11010 101000010 101111 110011

Color Harmonies of #BD4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4692

Black with #BD4692

Text Example


Text Example

White with #BD4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4692; }

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

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

background-color css

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

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

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

border-color css

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

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

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