Html Css Color HEX #705C85 Butterfly Bush

📋 copy color: '#705C85'

red 112 ◦ green 92 ◦ blue 133

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

Shades of Butterfly Bush #705C85

Tints of Butterfly Bush #705C85

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

 BLUE value IS 133 (52.34% from 255) = 39.47%

R = 33.23%
G = 27.3%
B = 39.47%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#705C85 (or 0x705C85) is known color: Butterfly Bush. HEX triplet: 70, 5C and 85. RGB value is (112,92,133). Sum of RGB (Red+Green+Blue) = 112+92+133=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #705C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C85 is #8FA37A. Grayscale: #666666. Windows color (decimal): -9413499 or 8739952. OLE color: 8739952.

HSL color Cylindrical-coordinate representation of color #705C85: hue angle of 269.27º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #705C85 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 92 133 -
CMYK 0.16 0.31 0 0.48
HSL 269.27º 0.18% 0.44% -
HSV(B) 269.27º 0.31% 0.52% -
XYZ 14.74 12.79 23.88 -
YUV 102.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 112 92 133 0.16 0.31 0 0.48 269.27 0.18 0.44
Hex 70 5C 85 10 1F 0 30 10D 12 2C
Octal 160 134 205 20 37 0 60 415 22 54
Binary 1110000 1011100 10000101 10000 11111 0 110000 100001101 10010 101100

Color Harmonies of #705C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C85

Black with #705C85

Text Example


Text Example

White with #705C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,92,133); }

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

background-color css

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

 a { background-color: rgb(112,92,133); }

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

border-color css

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

 span { border-color: rgb(112,92,133); }

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