Html Css Color HEX #BD429B Mulberry

📋 copy color: '#BD429B'

red 189 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #BD429B

Tints of Mulberry #BD429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 46.1%
G = 16.1%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD429B (or 0xBD429B) is known color: Mulberry. HEX triplet: BD, 42 and 9B. RGB value is (189,66,155). Sum of RGB (Red+Green+Blue) = 189+66+155=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD429B is #42BD64. Grayscale: #707070. Windows color (decimal): -4373861 or 10175165. OLE color: 10175165.

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

Color convert

RGB 189 66 155 -
CMYK 0 0.65 0.18 0.26
HSL 316.59º 0.48% 0.5% -
HSV(B) 316.59º 0.65% 0.74% -
XYZ 28.85 17.08 32.79 -
YUV 112.92 151.75 182.26 -
System Red Green Blue C M Y K H S L
Decimal 189 66 155 0 0.65 0.18 0.26 316.59 0.48 0.5
Hex BD 42 9B 0 41 12 1A 13D 30 32
Octal 275 102 233 0 101 22 32 475 60 62
Binary 10111101 1000010 10011011 0 1000001 10010 11010 100111101 110000 110010

Color Harmonies of #BD429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD429B

Black with #BD429B

Text Example


Text Example

White with #BD429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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