Html Css Color HEX #BD427F Mulberry

📋 copy color: '#BD427F'

red 189 ◦ green 66 ◦ blue 127

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

Shades of Mulberry #BD427F

Tints of Mulberry #BD427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.25%

R = 49.48%
G = 17.28%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD427F (or 0xBD427F) is known color: Mulberry. HEX triplet: BD, 42 and 7F. RGB value is (189,66,127). Sum of RGB (Red+Green+Blue) = 189+66+127=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD427F is #42BD80. Grayscale: #6D6D6D. Windows color (decimal): -4373889 or 8340157. OLE color: 8340157.

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

Color convert

RGB 189 66 127 -
CMYK 0 0.65 0.33 0.26
HSL 330.24º 0.48% 0.5% -
HSV(B) 330.24º 0.65% 0.74% -
XYZ 26.77 16.25 21.8 -
YUV 109.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 189 66 127 0 0.65 0.33 0.26 330.24 0.48 0.5
Hex BD 42 7F 0 41 21 1A 14A 30 32
Octal 275 102 177 0 101 41 32 512 60 62
Binary 10111101 1000010 1111111 0 1000001 100001 11010 101001010 110000 110010

Color Harmonies of #BD427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD427F

Black with #BD427F

Text Example


Text Example

White with #BD427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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