Html Css Color HEX #BD438A Mulberry

📋 copy color: '#BD438A'

red 189 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #BD438A

Tints of Mulberry #BD438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

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

R = 47.97%
G = 17.01%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD438A (or 0xBD438A) is known color: Mulberry. HEX triplet: BD, 43 and 8A. RGB value is (189,67,138). Sum of RGB (Red+Green+Blue) = 189+67+138=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD438A is #42BC75. Grayscale: #6F6F6F. Windows color (decimal): -4373622 or 9061309. OLE color: 9061309.

HSL color Cylindrical-coordinate representation of color #BD438A: hue angle of 325.08º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD438A is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 67 138 -
CMYK 0 0.65 0.27 0.26
HSL 325.08º 0.48% 0.5% -
HSV(B) 325.08º 0.65% 0.74% -
XYZ 27.58 16.67 25.81 -
YUV 111.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 189 67 138 0 0.65 0.27 0.26 325.08 0.48 0.5
Hex BD 43 8A 0 41 1B 1A 145 30 32
Octal 275 103 212 0 101 33 32 505 60 62
Binary 10111101 1000011 10001010 0 1000001 11011 11010 101000101 110000 110010

Color Harmonies of #BD438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD438A

Black with #BD438A

Text Example


Text Example

White with #BD438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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