Html Css Color HEX #BD418A Mulberry

📋 copy color: '#BD418A'

red 189 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #BD418A

Tints of Mulberry #BD418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 48.21%
G = 16.58%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD418A (or 0xBD418A) is known color: Mulberry. HEX triplet: BD, 41 and 8A. RGB value is (189,65,138). Sum of RGB (Red+Green+Blue) = 189+65+138=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD418A is #42BE75. Grayscale: #6E6E6E. Windows color (decimal): -4374134 or 9060797. OLE color: 9060797.

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

Color convert

RGB 189 65 138 -
CMYK 0 0.66 0.27 0.26
HSL 324.68º 0.49% 0.5% -
HSV(B) 324.68º 0.66% 0.74% -
XYZ 27.46 16.43 25.77 -
YUV 110.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 189 65 138 0 0.66 0.27 0.26 324.68 0.49 0.5
Hex BD 41 8A 0 42 1B 1A 145 31 32
Octal 275 101 212 0 102 33 32 505 61 62
Binary 10111101 1000001 10001010 0 1000010 11011 11010 101000101 110001 110010

Color Harmonies of #BD418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD418A

Black with #BD418A

Text Example


Text Example

White with #BD418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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