Html Css Color HEX #705E95 Butterfly Bush

📋 copy color: '#705E95'

red 112 ◦ green 94 ◦ blue 149

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

Shades of Butterfly Bush #705E95

Tints of Butterfly Bush #705E95

RGB

 RED value IS 112 (44.14% from 255) = 31.55%

 GREEN value IS 94 (37.11% from 255) = 26.48%

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 31.55%
G = 26.48%
B = 41.97%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705E95 (or 0x705E95) is known color: Butterfly Bush. HEX triplet: 70, 5E and 95. RGB value is (112,94,149). Sum of RGB (Red+Green+Blue) = 112+94+149=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #705E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705E95 is #8FA16A. Grayscale: #696969. Windows color (decimal): -9412971 or 9789040. OLE color: 9789040.

HSL color Cylindrical-coordinate representation of color #705E95: hue angle of 259.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705E95 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 94 149 -
CMYK 0.25 0.37 0 0.42
HSL 259.64º 0.23% 0.48% -
HSV(B) 259.64º 0.37% 0.58% -
XYZ 16.11 13.62 30.21 -
YUV 105.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 112 94 149 0.25 0.37 0 0.42 259.64 0.23 0.48
Hex 70 5E 95 19 25 0 2A 104 17 30
Octal 160 136 225 31 45 0 52 404 27 60
Binary 1110000 1011110 10010101 11001 100101 0 101010 100000100 10111 110000

Color Harmonies of #705E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E95

Black with #705E95

Text Example


Text Example

White with #705E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E95; }

 p { color: rgb(112,94,149); }

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

background-color css

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

 a { background-color: rgb(112,94,149); }

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

border-color css

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

 span { border-color: rgb(112,94,149); }

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