Html Css Color HEX #BD468F Mulberry

📋 copy color: '#BD468F'

red 189 ◦ green 70 ◦ blue 143

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

Shades of Mulberry #BD468F

Tints of Mulberry #BD468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 143 (56.25% from 255) = 35.57%

R = 47.01%
G = 17.41%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD468F (or 0xBD468F) is known color: Mulberry. HEX triplet: BD, 46 and 8F. RGB value is (189,70,143). Sum of RGB (Red+Green+Blue) = 189+70+143=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468F is #42B970. Grayscale: #717171. Windows color (decimal): -4372849 or 9389757. OLE color: 9389757.

HSL color Cylindrical-coordinate representation of color #BD468F: hue angle of 323.19º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD468F is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 70 143 -
CMYK 0 0.63 0.24 0.26
HSL 323.19º 0.47% 0.51% -
HSV(B) 323.19º 0.63% 0.74% -
XYZ 28.13 17.18 27.82 -
YUV 113.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 189 70 143 0 0.63 0.24 0.26 323.19 0.47 0.51
Hex BD 46 8F 0 3F 18 1A 143 2F 33
Octal 275 106 217 0 77 30 32 503 57 63
Binary 10111101 1000110 10001111 0 111111 11000 11010 101000011 101111 110011

Color Harmonies of #BD468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD468F

Black with #BD468F

Text Example


Text Example

White with #BD468F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD468F; }

 p { color: rgb(189,70,143); }

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

background-color css

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

 a { background-color: rgb(189,70,143); }

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

border-color css

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

 span { border-color: rgb(189,70,143); }

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