Html Css Color HEX #BD4D8F Mulberry

📋 copy color: '#BD4D8F'

red 189 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #BD4D8F

Tints of Mulberry #BD4D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

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

R = 46.21%
G = 18.83%
B = 34.96%

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

#BD4D8F (or 0xBD4D8F) is known color: Mulberry. HEX triplet: BD, 4D and 8F. RGB value is (189,77,143). Sum of RGB (Red+Green+Blue) = 189+77+143=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D8F is #42B270. Grayscale: #757575. Windows color (decimal): -4371057 or 9391549. OLE color: 9391549.

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

Color convert

RGB 189 77 143 -
CMYK 0 0.59 0.24 0.26
HSL 324.64º 0.46% 0.52% -
HSV(B) 324.64º 0.59% 0.74% -
XYZ 28.6 18.11 27.97 -
YUV 118.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 189 77 143 0 0.59 0.24 0.26 324.64 0.46 0.52
Hex BD 4D 8F 0 3B 18 1A 145 2E 34
Octal 275 115 217 0 73 30 32 505 56 64
Binary 10111101 1001101 10001111 0 111011 11000 11010 101000101 101110 110100

Color Harmonies of #BD4D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4D8F

Black with #BD4D8F

Text Example


Text Example

White with #BD4D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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