Html Css Color HEX #BD4093 Mulberry

📋 copy color: '#BD4093'

red 189 ◦ green 64 ◦ blue 147

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

Shades of Mulberry #BD4093

Tints of Mulberry #BD4093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.75%

R = 47.25%
G = 16%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD4093 (or 0xBD4093) is known color: Mulberry. HEX triplet: BD, 40 and 93. RGB value is (189,64,147). Sum of RGB (Red+Green+Blue) = 189+64+147=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4093 is #42BF6C. Grayscale: #6E6E6E. Windows color (decimal): -4374381 or 9650365. OLE color: 9650365.

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

Color convert

RGB 189 64 147 -
CMYK 0 0.66 0.22 0.26
HSL 320.16º 0.49% 0.5% -
HSV(B) 320.16º 0.66% 0.74% -
XYZ 28.09 16.59 29.33 -
YUV 110.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 189 64 147 0 0.66 0.22 0.26 320.16 0.49 0.5
Hex BD 40 93 0 42 16 1A 140 31 32
Octal 275 100 223 0 102 26 32 500 61 62
Binary 10111101 1000000 10010011 0 1000010 10110 11010 101000000 110001 110010

Color Harmonies of #BD4093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4093

Black with #BD4093

Text Example


Text Example

White with #BD4093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4093; }

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

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

background-color css

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

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

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

border-color css

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

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

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