Html Css Color HEX #BD468E Mulberry

📋 copy color: '#BD468E'

red 189 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #BD468E

Tints of Mulberry #BD468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 47.13%
G = 17.46%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD468E (or 0xBD468E) is known color: Mulberry. HEX triplet: BD, 46 and 8E. RGB value is (189,70,142). Sum of RGB (Red+Green+Blue) = 189+70+142=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468E is #42B971. Grayscale: #717171. Windows color (decimal): -4372850 or 9324221. OLE color: 9324221.

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

Color convert

RGB 189 70 142 -
CMYK 0 0.63 0.25 0.26
HSL 323.7º 0.47% 0.51% -
HSV(B) 323.7º 0.63% 0.74% -
XYZ 28.06 17.15 27.42 -
YUV 113.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 189 70 142 0 0.63 0.25 0.26 323.7 0.47 0.51
Hex BD 46 8E 0 3F 19 1A 144 2F 33
Octal 275 106 216 0 77 31 32 504 57 63
Binary 10111101 1000110 10001110 0 111111 11001 11010 101000100 101111 110011

Color Harmonies of #BD468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD468E

Black with #BD468E

Text Example


Text Example

White with #BD468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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