Html Css Color HEX #BD418F Mulberry

📋 copy color: '#BD418F'

red 189 ◦ green 65 ◦ blue 143

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

Shades of Mulberry #BD418F

Tints of Mulberry #BD418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 47.61%
G = 16.37%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD418F (or 0xBD418F) is known color: Mulberry. HEX triplet: BD, 41 and 8F. RGB value is (189,65,143). Sum of RGB (Red+Green+Blue) = 189+65+143=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD418F is #42BE70. Grayscale: #6E6E6E. Windows color (decimal): -4374129 or 9388477. OLE color: 9388477.

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

Color convert

RGB 189 65 143 -
CMYK 0 0.66 0.24 0.26
HSL 322.26º 0.49% 0.5% -
HSV(B) 322.26º 0.66% 0.74% -
XYZ 27.83 16.58 27.72 -
YUV 110.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 189 65 143 0 0.66 0.24 0.26 322.26 0.49 0.5
Hex BD 41 8F 0 42 18 1A 142 31 32
Octal 275 101 217 0 102 30 32 502 61 62
Binary 10111101 1000001 10001111 0 1000010 11000 11010 101000010 110001 110010

Color Harmonies of #BD418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD418F

Black with #BD418F

Text Example


Text Example

White with #BD418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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