Html Css Color HEX #BD428B Mulberry

📋 copy color: '#BD428B'

red 189 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #BD428B

Tints of Mulberry #BD428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.75%

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 47.97%
G = 16.75%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD428B (or 0xBD428B) is known color: Mulberry. HEX triplet: BD, 42 and 8B. RGB value is (189,66,139). Sum of RGB (Red+Green+Blue) = 189+66+139=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD428B is #42BD74. Grayscale: #6E6E6E. Windows color (decimal): -4373877 or 9126589. OLE color: 9126589.

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

Color convert

RGB 189 66 139 -
CMYK 0 0.65 0.26 0.26
HSL 324.39º 0.48% 0.5% -
HSV(B) 324.39º 0.65% 0.74% -
XYZ 27.59 16.58 26.17 -
YUV 111.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 189 66 139 0 0.65 0.26 0.26 324.39 0.48 0.5
Hex BD 42 8B 0 41 1A 1A 144 30 32
Octal 275 102 213 0 101 32 32 504 60 62
Binary 10111101 1000010 10001011 0 1000001 11010 11010 101000100 110000 110010

Color Harmonies of #BD428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD428B

Black with #BD428B

Text Example


Text Example

White with #BD428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD428B; }

 p { color: rgb(189,66,139); }

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

background-color css

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

 a { background-color: rgb(189,66,139); }

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

border-color css

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

 span { border-color: rgb(189,66,139); }

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