Html Css Color HEX #BD4E8F Mulberry

📋 copy color: '#BD4E8F'

red 189 ◦ green 78 ◦ blue 143

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

Shades of Mulberry #BD4E8F

Tints of Mulberry #BD4E8F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.02%

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 46.1%
G = 19.02%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD4E8F (or 0xBD4E8F) is known color: Mulberry. HEX triplet: BD, 4E and 8F. RGB value is (189,78,143). Sum of RGB (Red+Green+Blue) = 189+78+143=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E8F is #42B170. Grayscale: #767676. Windows color (decimal): -4370801 or 9391805. OLE color: 9391805.

HSL color Cylindrical-coordinate representation of color #BD4E8F: hue angle of 324.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E8F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 78 143 -
CMYK 0 0.59 0.24 0.26
HSL 324.86º 0.46% 0.52% -
HSV(B) 324.86º 0.59% 0.74% -
XYZ 28.67 18.25 28 -
YUV 118.6 141.77 178.21 -
System Red Green Blue C M Y K H S L
Decimal 189 78 143 0 0.59 0.24 0.26 324.86 0.46 0.52
Hex BD 4E 8F 0 3B 18 1A 145 2E 34
Octal 275 116 217 0 73 30 32 505 56 64
Binary 10111101 1001110 10001111 0 111011 11000 11010 101000101 101110 110100

Color Harmonies of #BD4E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4E8F

Black with #BD4E8F

Text Example


Text Example

White with #BD4E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4E8F; }

 p { color: rgb(189,78,143); }

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

background-color css

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

 a { background-color: rgb(189,78,143); }

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

border-color css

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

 span { border-color: rgb(189,78,143); }

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