Html Css Color HEX #BD4197 Mulberry

📋 copy color: '#BD4197'

red 189 ◦ green 65 ◦ blue 151

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

Shades of Mulberry #BD4197

Tints of Mulberry #BD4197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.28%

R = 46.67%
G = 16.05%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD4197 (or 0xBD4197) is known color: Mulberry. HEX triplet: BD, 41 and 97. RGB value is (189,65,151). Sum of RGB (Red+Green+Blue) = 189+65+151=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4197 is #42BE68. Grayscale: #6F6F6F. Windows color (decimal): -4374121 or 9912765. OLE color: 9912765.

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

Color convert

RGB 189 65 151 -
CMYK 0 0.66 0.20 0.26
HSL 318.39º 0.49% 0.5% -
HSV(B) 318.39º 0.66% 0.74% -
XYZ 28.46 16.83 31.03 -
YUV 111.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 189 65 151 0 0.66 0.20 0.26 318.39 0.49 0.5
Hex BD 41 97 0 42 14 1A 13E 31 32
Octal 275 101 227 0 102 24 32 476 61 62
Binary 10111101 1000001 10010111 0 1000010 10100 11010 100111110 110001 110010

Color Harmonies of #BD4197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4197

Black with #BD4197

Text Example


Text Example

White with #BD4197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4197; }

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

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

background-color css

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

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

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

border-color css

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

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

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