Html Css Color HEX #BD469D Mulberry

📋 copy color: '#BD469D'

red 189 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #BD469D

Tints of Mulberry #BD469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 45.43%
G = 16.83%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD469D (or 0xBD469D) is known color: Mulberry. HEX triplet: BD, 46 and 9D. RGB value is (189,70,157). Sum of RGB (Red+Green+Blue) = 189+70+157=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD469D is #42B962. Grayscale: #737373. Windows color (decimal): -4372835 or 10307261. OLE color: 10307261.

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

Color convert

RGB 189 70 157 -
CMYK 0 0.63 0.17 0.26
HSL 316.13º 0.47% 0.51% -
HSV(B) 316.13º 0.63% 0.74% -
XYZ 29.26 17.63 33.76 -
YUV 115.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 189 70 157 0 0.63 0.17 0.26 316.13 0.47 0.51
Hex BD 46 9D 0 3F 11 1A 13C 2F 33
Octal 275 106 235 0 77 21 32 474 57 63
Binary 10111101 1000110 10011101 0 111111 10001 11010 100111100 101111 110011

Color Harmonies of #BD469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD469D

Black with #BD469D

Text Example


Text Example

White with #BD469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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