Html Css Color HEX #BD4397 Mulberry

📋 copy color: '#BD4397'

red 189 ◦ green 67 ◦ blue 151

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

Shades of Mulberry #BD4397

Tints of Mulberry #BD4397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.46%

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

R = 46.44%
G = 16.46%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD4397 (or 0xBD4397) is known color: Mulberry. HEX triplet: BD, 43 and 97. RGB value is (189,67,151). Sum of RGB (Red+Green+Blue) = 189+67+151=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4397 is #42BC68. Grayscale: #707070. Windows color (decimal): -4373609 or 9913277. OLE color: 9913277.

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

Color convert

RGB 189 67 151 -
CMYK 0 0.65 0.20 0.26
HSL 318.69º 0.48% 0.5% -
HSV(B) 318.69º 0.65% 0.74% -
XYZ 28.58 17.07 31.07 -
YUV 113.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 189 67 151 0 0.65 0.20 0.26 318.69 0.48 0.5
Hex BD 43 97 0 41 14 1A 13F 30 32
Octal 275 103 227 0 101 24 32 477 60 62
Binary 10111101 1000011 10010111 0 1000001 10100 11010 100111111 110000 110010

Color Harmonies of #BD4397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4397

Black with #BD4397

Text Example


Text Example

White with #BD4397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4397; }

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

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

background-color css

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

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

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

border-color css

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

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

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