Html Css Color HEX #BD468B Mulberry

📋 copy color: '#BD468B'

red 189 ◦ green 70 ◦ blue 139

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

Shades of Mulberry #BD468B

Tints of Mulberry #BD468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 47.49%
G = 17.59%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD468B (or 0xBD468B) is known color: Mulberry. HEX triplet: BD, 46 and 8B. RGB value is (189,70,139). Sum of RGB (Red+Green+Blue) = 189+70+139=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD468B is #42B974. Grayscale: #717171. Windows color (decimal): -4372853 or 9127613. OLE color: 9127613.

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

Color convert

RGB 189 70 139 -
CMYK 0 0.63 0.26 0.26
HSL 325.21º 0.47% 0.51% -
HSV(B) 325.21º 0.63% 0.74% -
XYZ 27.84 17.06 26.25 -
YUV 113.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 189 70 139 0 0.63 0.26 0.26 325.21 0.47 0.51
Hex BD 46 8B 0 3F 1A 1A 145 2F 33
Octal 275 106 213 0 77 32 32 505 57 63
Binary 10111101 1000110 10001011 0 111111 11010 11010 101000101 101111 110011

Color Harmonies of #BD468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD468B

Black with #BD468B

Text Example


Text Example

White with #BD468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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