Html Css Color HEX #BD4097 Mulberry

📋 copy color: '#BD4097'

red 189 ◦ green 64 ◦ blue 151

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

Shades of Mulberry #BD4097

Tints of Mulberry #BD4097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.84%

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

R = 46.78%
G = 15.84%
B = 37.38%

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

#BD4097 (or 0xBD4097) is known color: Mulberry. HEX triplet: BD, 40 and 97. RGB value is (189,64,151). Sum of RGB (Red+Green+Blue) = 189+64+151=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4097 is #42BF68. Grayscale: #6F6F6F. Windows color (decimal): -4374377 or 9912509. OLE color: 9912509.

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

Color convert

RGB 189 64 151 -
CMYK 0 0.66 0.20 0.26
HSL 318.24º 0.49% 0.5% -
HSV(B) 318.24º 0.66% 0.74% -
XYZ 28.41 16.72 31.01 -
YUV 111.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 189 64 151 0 0.66 0.20 0.26 318.24 0.49 0.5
Hex BD 40 97 0 42 14 1A 13E 31 32
Octal 275 100 227 0 102 24 32 476 61 62
Binary 10111101 1000000 10010111 0 1000010 10100 11010 100111110 110001 110010

Color Harmonies of #BD4097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4097

Black with #BD4097

Text Example


Text Example

White with #BD4097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4097; }

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

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

background-color css

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

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

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

border-color css

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

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

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