#655195

Color #655195 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #655195

Tints of Butterfly Bush #655195

Color information

#655195 (or 0x655195) is unknown color: approx Butterfly Bush. HEX triplet: 65, 51 and 95. RGB value is (101,81,149). Sum of RGB (Red+Green+Blue) = 101+81+149=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #655195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655195 is #9AAE6A. Grayscale: #5E5E5E. Windows color (decimal): -10137195 or 9785701. OLE color: 9785701.

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

Color convert

RGB10181149-
CMYK0.320.4600.42
HSL257.65º29.57%45.1%-
HSV(B)257.65º45.64%58.43%-
XYZ13.7310.8229.8-
YUV94.73158.63132.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.51%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=30.51%
G=24.47%
B=45.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101811490.320.4600.42257.6529.5745.1
Hex655195202E02A1021e2d
Octal14512122540560524023655
Binary1100101101000110010101100000101110010101010000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655195; }

 p { color: rgb(101,81,149); }

 H1.HeaderClassName
 {
   color: #655195;
 }
 .AnyTagClassName
 {
   color: #655195;
 }
</style>
background-color css

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

 a { background-color: rgb(101,81,149); }

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

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

 span { border-color: rgb(101,81,149); }

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