Html Css Color HEX #705895 Butterfly Bush

📋 copy color: '#705895'

red 112 ◦ green 88 ◦ blue 149

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

Shades of Butterfly Bush #705895

Tints of Butterfly Bush #705895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

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

R = 32.09%
G = 25.21%
B = 42.69%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705895 (or 0x705895) is known color: Butterfly Bush. HEX triplet: 70, 58 and 95. RGB value is (112,88,149). Sum of RGB (Red+Green+Blue) = 112+88+149=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: blue. Hex color #705895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705895 is #8FA76A. Grayscale: #656565. Windows color (decimal): -9414507 or 9787504. OLE color: 9787504.

HSL color Cylindrical-coordinate representation of color #705895: hue angle of 263.61º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705895 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 88 149 -
CMYK 0.25 0.41 0 0.42
HSL 263.61º 0.26% 0.46% -
HSV(B) 263.61º 0.41% 0.58% -
XYZ 15.6 12.59 30.04 -
YUV 102.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 112 88 149 0.25 0.41 0 0.42 263.61 0.26 0.46
Hex 70 58 95 19 29 0 2A 108 1A 2E
Octal 160 130 225 31 51 0 52 410 32 56
Binary 1110000 1011000 10010101 11001 101001 0 101010 100001000 11010 101110

Color Harmonies of #705895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705895

Black with #705895

Text Example


Text Example

White with #705895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705895; }

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

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

background-color css

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

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

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

border-color css

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

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

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