Html Css Color HEX #BD4196 Mulberry

📋 copy color: '#BD4196'

red 189 ◦ green 65 ◦ blue 150

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

Shades of Mulberry #BD4196

Tints of Mulberry #BD4196

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 46.78%
G = 16.09%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD4196 (or 0xBD4196) is known color: Mulberry. HEX triplet: BD, 41 and 96. RGB value is (189,65,150). Sum of RGB (Red+Green+Blue) = 189+65+150=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4196 is #42BE69. Grayscale: #6F6F6F. Windows color (decimal): -4374122 or 9847229. OLE color: 9847229.

HSL color Cylindrical-coordinate representation of color #BD4196: hue angle of 318.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4196 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 65 150 -
CMYK 0 0.66 0.21 0.26
HSL 318.87º 0.49% 0.5% -
HSV(B) 318.87º 0.66% 0.74% -
XYZ 28.38 16.8 30.6 -
YUV 111.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 189 65 150 0 0.66 0.21 0.26 318.87 0.49 0.5
Hex BD 41 96 0 42 15 1A 13F 31 32
Octal 275 101 226 0 102 25 32 477 61 62
Binary 10111101 1000001 10010110 0 1000010 10101 11010 100111111 110001 110010

Color Harmonies of #BD4196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4196

Black with #BD4196

Text Example


Text Example

White with #BD4196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4196; }

 p { color: rgb(189,65,150); }

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

background-color css

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

 a { background-color: rgb(189,65,150); }

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

border-color css

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

 span { border-color: rgb(189,65,150); }

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