Html Css Color HEX #BD428D Mulberry

📋 copy color: '#BD428D'

red 189 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #BD428D

Tints of Mulberry #BD428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 47.73%
G = 16.67%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD428D (or 0xBD428D) is known color: Mulberry. HEX triplet: BD, 42 and 8D. RGB value is (189,66,141). Sum of RGB (Red+Green+Blue) = 189+66+141=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD428D is #42BD72. Grayscale: #6F6F6F. Windows color (decimal): -4373875 or 9257661. OLE color: 9257661.

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

Color convert

RGB 189 66 141 -
CMYK 0 0.65 0.25 0.26
HSL 323.41º 0.48% 0.5% -
HSV(B) 323.41º 0.65% 0.74% -
XYZ 27.74 16.64 26.95 -
YUV 111.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 189 66 141 0 0.65 0.25 0.26 323.41 0.48 0.5
Hex BD 42 8D 0 41 19 1A 143 30 32
Octal 275 102 215 0 101 31 32 503 60 62
Binary 10111101 1000010 10001101 0 1000001 11001 11010 101000011 110000 110010

Color Harmonies of #BD428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD428D

Black with #BD428D

Text Example


Text Example

White with #BD428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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