Html Css Color HEX #BD469E Mulberry

📋 copy color: '#BD469E'

red 189 ◦ green 70 ◦ blue 158

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

Shades of Mulberry #BD469E

Tints of Mulberry #BD469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.89%

R = 45.32%
G = 16.79%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD469E (or 0xBD469E) is known color: Mulberry. HEX triplet: BD, 46 and 9E. RGB value is (189,70,158). Sum of RGB (Red+Green+Blue) = 189+70+158=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD469E is #42B961. Grayscale: #737373. Windows color (decimal): -4372834 or 10372797. OLE color: 10372797.

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

Color convert

RGB 189 70 158 -
CMYK 0 0.63 0.16 0.26
HSL 315.63º 0.47% 0.51% -
HSV(B) 315.63º 0.63% 0.74% -
XYZ 29.35 17.67 34.21 -
YUV 115.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 189 70 158 0 0.63 0.16 0.26 315.63 0.47 0.51
Hex BD 46 9E 0 3F 10 1A 13C 2F 33
Octal 275 106 236 0 77 20 32 474 57 63
Binary 10111101 1000110 10011110 0 111111 10000 11010 100111100 101111 110011

Color Harmonies of #BD469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD469E

Black with #BD469E

Text Example


Text Example

White with #BD469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD469E; }

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

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

background-color css

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

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

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

border-color css

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

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

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